diff options
author | Tony Cook <tony@develop-help.com> | 2015-05-15 11:47:11 +1000 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2015-05-15 11:47:23 +1000 |
commit | 13549e8c7afd3e1f442f8eb25930f7f96b04964c (patch) | |
tree | ef68f8e6c9a72f4271257dd340d6393b48c7347f /cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm | |
parent | 23ff16de19cbd6ba37c687dab842d9493227d642 (diff) | |
download | perl-13549e8c7afd3e1f442f8eb25930f7f96b04964c.tar.gz |
bump all of the EUMM module versions to avoid confusion
and the customized housekeeping to match
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm')
-rw-r--r-- | cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm index f5c4e18062..35b76c0fdf 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm @@ -26,7 +26,7 @@ require ExtUtils::MM_Any; require ExtUtils::MM_Unix; our @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix ); -our $VERSION = '7.04'; +our $VERSION = '7.04_01'; =item os_flavor |