Welcome to the configuration process for DBIx::NamedDSN! We just need to find out where you are going to store the config- uration file for DBIx::NamedDSN. This is where you define the mappings between the short name and the actual data sources. This is a system-wide default; in future versions, a per-user default will be available. Where should we look for the configuration file? [/usr/local/etc] /usr/local/etc /usr/local/etc found...great! /usr/local/etc/named_dsn.conf not found...we'll create a stub now. hmm...stub file couldn't be created. This is the error I got: Could not open /usr/local/etc/named_dsn.conf for writing at Makefile.PL line 50. We'll proceed anyway...just create this file yourself at some future time. Checking if your kit is complete... Looks good Writing Makefile for DBIx::NamedDSN perl -pe s{@NAMED_DSN_CONFIG@}{/usr/local/etc/named_dsn.conf} blib/lib/DBIx/NamedDSN.pm Manifying blib/man3/DBIx::NamedDSN.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi -I/export/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/DBIx-NamedDSN.....Bareword found where operator expected at blib/lib/DBIx/NamedDSN.pm line 17, near "/etc/named_dsn" (Missing operator before named_dsn?) Bareword found where operator expected at blib/lib/DBIx/NamedDSN.pm line 31, near "/etc/named_dsn" (Missing operator before named_dsn?) Bareword found where operator expected at blib/lib/DBIx/NamedDSN.pm line 36, near "/etc/named_dsn" (Missing operator before named_dsn?) syntax error at blib/lib/DBIx/NamedDSN.pm line 17, near "/usr/local" syntax error at blib/lib/DBIx/NamedDSN.pm line 31, near "/usr/local" syntax error at blib/lib/DBIx/NamedDSN.pm line 36, near "/usr/local" Global symbol "$dbh" requires explicit package name at blib/lib/DBIx/NamedDSN.pm line 38. syntax error at blib/lib/DBIx/NamedDSN.pm line 39, near "}" Compilation failed in require at t/DBIx-NamedDSN.t line 11. BEGIN failed--compilation aborted at t/DBIx-NamedDSN.t line 11. dubious Test returned status 255 (wstat 65280, 0xff00) FAILED--1 test script could be run, alas--no output ever seen make: *** [test_dynamic] Error 2