Hmm. Looking at the INSTALL file, there's this: ## Installation with cpanm
If you have cpanm, you only need one line: % cpanm Const::Fast If you are installing into a system-wide directory, you may need to pass the "-S" flag to cpanm, which uses sudo to install the module: % cpanm -S Const::Fast But you're not using cpanm, and I'm not seeing anything beyond the delete or rewrite of BUILD_REQUIRES and CONFIGURE_REQUIRES hashes in the Makefile.PL depending on the version of ExtUtils. Strange. -john On Wed, July 18, 2012 5:46 pm, Shawn H Corey 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 > 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/ > >