I can't reproduce that behavior. [nms@nmsdev1 ~]$ cpan Const::Fast CPAN: Storable loaded ok (v2.22) Going to read '/home/nms/.cpan/Metadata' Database was generated on Tue, 17 Apr 2012 03:19:03 GMT CPAN: LWP::UserAgent loaded ok (v5.835) CPAN: Time::HiRes loaded ok (v1.9721) Fetching with LWP: ftp://mirror.hiwaay.net/CPAN/authors/01mailrc.txt.gz CPAN: YAML loaded ok (v0.72) Going to read '/home/nms/.cpan/sources/authors/01mailrc.txt.gz' CPAN: Compress::Zlib loaded ok (v2.033) ............................................................................DONE Fetching with LWP: ftp://mirror.hiwaay.net/CPAN/modules/02packages.details.txt.gz Going to read '/home/nms/.cpan/sources/modules/02packages.details.txt.gz' Database was generated on Wed, 18 Jul 2012 16:43:03 GMT .............. New CPAN.pm version (v1.9800) available. [Currently running version is v1.9456] You might want to try install CPAN reload cpan to both upgrade CPAN.pm and run the new version without leaving the current session.
..............................................................DONE Fetching with LWP: ftp://mirror.hiwaay.net/CPAN/modules/03modlist.data.gz Going to read '/home/nms/.cpan/sources/modules/03modlist.data.gz' ............................................................................DONE Going to write /home/nms/.cpan/Metadata Running install for module 'Const::Fast' Running make for L/LE/LEONT/Const-Fast-0.011.tar.gz Fetching with LWP: ftp://mirror.hiwaay.net/CPAN/authors/id/L/LE/LEONT/Const-Fast-0.011.tar.gz CPAN: Digest::SHA loaded ok (v5.47) Checksum for /home/nms/.cpan/sources/authors/id/L/LE/LEONT/Const-Fast-0.011.tar.gz ok CPAN: Archive::Tar loaded ok (v1.54) CPAN: File::Temp loaded ok (v0.22) CPAN: Parse::CPAN::Meta loaded ok (v1.4401) CPAN: Module::CoreList loaded ok (v2.43) CPAN.pm: Going to build L/LE/LEONT/Const-Fast-0.011.tar.gz Checking if your kit is complete... Looks good Writing Makefile for Const::Fast Writing MYMETA.yml and MYMETA.json cp lib/Const/Fast.pm blib/lib/Const/Fast.pm Manifying blib/man3/Const::Fast.3 LEONT/Const-Fast-0.011.tar.gz /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /opt/perl/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ............ ok t/10-basics.t ............. ok t/release-kwalitee.t ...... skipped: these tests are for release candidate testing t/release-pod-coverage.t .. skipped: these tests are for release candidate testing t/release-pod-syntax.t .... skipped: these tests are for release candidate testing All tests successful. Files=5, Tests=26, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.27 cusr 0.04 csys = 0.36 CPU) Result: PASS LEONT/Const-Fast-0.011.tar.gz /usr/bin/make test -- OK Running make install Manifying blib/man3/Const::Fast.3 Installing /opt/perl/lib/site_perl/5.12.3/Const/Fast.pm Installing /opt/perl/man/man3/Const::Fast.3 Appending installation info to /opt/perl/lib/5.12.3/x86_64-linux-thread-multi/perllocal.pod LEONT/Const-Fast-0.011.tar.gz /usr/bin/make install -- OK Matt On Wed, Jul 18, 2012 at 5:46 PM, Shawn H Corey <shawnhco...@gmail.com>wrote: > On 12-07-18 06:44 PM, Matthew Musgrove wrote: > >> I'm sure Leon will pipe in soon but in the mean time, what version did >> you install and how? The only use of sudo I see in Const-Fast-0.011 is >> in the INSTALL text file. >> > > $ cpan Const::Fast > CPAN: Storable loaded ok (v2.35) > Reading '/home/shawn/.local/share/.**cpan/Metadata' > Database was generated on Wed, 18 Jul 2012 12:13:34 GMT > Running install for module 'Const::Fast' > Running make for L/LE/LEONT/Const-Fast-0.011.**tar.gz > CPAN: Digest::SHA loaded ok (v5.71) > CPAN: Compress::Zlib loaded ok (v2.052) > Checksum for > /home/shawn/.local/share/.**cpan/sources/authors/id/L/LE/**LEONT/Const-Fast-0.011.tar.gz > ok > CPAN: File::Temp loaded ok (v0.22) > CPAN: Parse::CPAN::Meta loaded ok (v1.4404) > CPAN: CPAN::Meta loaded ok (v2.120921) > CPAN: Module::CoreList loaded ok (v2.68) > > CPAN.pm: Building L/LE/LEONT/Const-Fast-0.011.**tar.gz > > Checking if your kit is complete... > Looks good > Writing Makefile for Const::Fast > Writing MYMETA.yml and MYMETA.json > cp lib/Const/Fast.pm blib/lib/Const/Fast.pm > Manifying blib/man3/Const::Fast.3 > LEONT/Const-Fast-0.011.tar.gz > /usr/bin/make -- OK > CPAN: YAML loaded ok (v0.84) > Running make test > PERL_DL_NONLAZY=1 /home/shawn/perl5/perlbrew/**perls/perl-5.16.0/bin/perl > "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" > t/*.t > t/00-compile.t ............ ok > t/10-basics.t ............. ok > t/release-kwalitee.t ...... skipped: these tests are for release candidate > testing > t/release-pod-coverage.t .. skipped: these tests are for release candidate > testing > t/release-pod-syntax.t .... skipped: these tests are for release candidate > testing > All tests successful. > Files=5, Tests=26, 1 wallclock secs ( 0.05 usr 0.02 sys + 0.20 cusr > 0.02 csys = 0.29 CPU) > Result: PASS > LEONT/Const-Fast-0.011.tar.gz > /usr/bin/make test -- OK > Running make install > [sudo] password for shawn: > > > > -- > Just my 0.00000002 million dollars worth, > Shawn > > Programming is as much about organization and communication > as it is about coding. > > _Perl links_ > official site : http://www.perl.org/ > beginners' help : > http://learn.perl.org/faq/**beginners.html<http://learn.perl.org/faq/beginners.html> > advance help : http://perlmonks.org/ > documentation : http://perldoc.perl.org/ > news : http://perlsphere.net/ > repository : http://www.cpan.org/ > blog : http://blogs.perl.org/ > regional groups : http://www.pm.org/ >