Subject: | Version bug with 4.004 |
Date: | Mon, 15 Apr 2013 15:29:03 -0400 |
To: | bug-Module-Build [...] rt.cpan.org |
From: | David Farrell <davidnmfarrell [...] gmail.com> |
Hi,
I'm running a vanilla install of 5.16.3 via perlbrew on fedora 17. When
installing Module::Build 0.4004 via cpan, it installs fine, but the
version remains at 0.391.
Output is below.
Many thanks,
David
~ cpan Module::Build
Reading '/home/sillymoose/.cpan/Metadata'
Database was generated on Mon, 15 Apr 2013 01:41:03 GMT
Running install for module 'Module::Build'
Running make for L/LE/LEONT/Module-Build-0.4004.tar.gz
Checksum
for /home/sillymoose/.cpan/sources/authors/id/L/LE/LEONT/Module-Build-0.4004.tar.gz ok
CPAN.pm: Building L/LE/LEONT/Module-Build-0.4004.tar.gz
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Module-Build' version '0.4004'
Building Module-Build
LEONT/Module-Build-0.4004.tar.gz
./Build -- OK
'YAML' not installed, will not store persistent state
Running Build test
t/00-compile.t ................. ok
t/PL_files.t ................... ok
t/actions/installdeps.t ........ ok
t/actions/manifest_skip.t ...... ok
t/add_property.t ............... ok
t/basic.t ...................... ok
t/bundle_inc.t ................. skipped: $ENV{MB_TEST_EXPERIMENTAL} is
not set
t/compat.t ..................... ok
t/compat/exit.t ................ ok
t/debug.t ...................... ok
t/destinations.t ............... ok
t/ext.t ........................ ok
t/extend.t ..................... ok
t/files.t ...................... ok
t/help.t ....................... ok
t/install.t .................... ok
t/install_extra_target.t ....... ok
t/manifypods.t ................. ok
t/metadata.t ................... ok
t/metadata2.t .................. ok
t/mymeta.t ..................... ok
t/new_from_context.t ........... ok
t/notes.t ...................... ok
t/par.t ........................ skipped: PAR::Dist 0.17 or up not
installed to check .par's.
t/parents.t .................... ok
t/perl_mb_opt.t ................ ok
t/pod_parser.t ................. ok
t/ppm.t ........................ ok
t/properties/dist_suffix.t ..... ok
t/properties/license.t ......... ok
t/properties/module_name.t ..... ok
t/properties/needs_compiler.t .. ok
t/properties/release_status.t .. ok
t/properties/requires.t ........ ok
t/properties/share_dir.t ....... ok
t/resume.t ..................... ok
t/runthrough.t ................. ok
t/sample.t ..................... ok
t/script_dist.t ................ ok
t/signature.t .................. ok
t/test_file_exts.t ............. ok
t/test_type.t .................. ok
t/test_types.t ................. ok
t/tilde.t ...................... ok
t/use_tap_harness.t ............ ok
t/versions.t ................... ok
t/write_default_maniskip.t ..... ok
t/xs.t ......................... ok
All tests successful.
Files=48, Tests=1155, 59 wallclock secs ( 0.54 usr 0.11 sys + 47.29
cusr 10.15 csys = 58.09 CPU)
Result: PASS
LEONT/Module-Build-0.4004.tar.gz
./Build test -- OK
Running Build install
Building Module-Build
LEONT/Module-Build-0.4004.tar.gz
./Build install -- OK
~ cpan -D Module::Build
Reading '/home/sillymoose/.cpan/Metadata'
Database was generated on Mon, 15 Apr 2013 01:41:03 GMT
Module::Build
-------------------------------------------------------------------------
Build, test, and install Perl modules
L/LE/LEONT/Module-Build-0.4004.tar.gz
/home/sillymoose/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/Module/Build.pm
Installed: 0.39_01
CPAN: 0.4004 Not up to date
Ken Williams (KWILLIAMS)
kwilliams@cpan.org
~ perldoc -m Module::Build | grep VERSION
use vars qw($VERSION @ISA);
$VERSION = '0.39_01';
$VERSION = eval $VERSION;
~ which perl
~/perl5/perlbrew/perls/perl-5.16.3/bin/perl
~ which cpan
~/perl5/perlbrew/perls/perl-5.16.3/bin/cpan
~ which perldoc
~/perl5/perlbrew/perls/perl-5.16.3/bin/perldoc