Skip to content

Commit

Permalink
lib/***.pm - bump version
Browse files Browse the repository at this point in the history
Changes    - start new section


git-svn-id: http://svn.perl.org/modules/Module-Build/trunk@12488 50811bd7-b8ce-0310-adc1-d9db26280581
  • Loading branch information
ewilhelm committed Feb 8, 2009
1 parent 1afa6f4 commit 7eca62c
Show file tree
Hide file tree
Showing 25 changed files with 26 additions and 24 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,5 +1,7 @@
Revision history for Perl extension Module::Build.

0.31_04 -

0.31_03 - Sun Feb 8 14:54:01 PST 2009

Enhancements
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build.pm
Expand Up @@ -15,7 +15,7 @@ use Module::Build::Base;

use vars qw($VERSION @ISA);
@ISA = qw(Module::Build::Base);
$VERSION = '0.31_03';
$VERSION = '0.31_04';
$VERSION = eval $VERSION;

# Okay, this is the brute-force method of finding out what kind of
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Base.pm
Expand Up @@ -4,7 +4,7 @@ package Module::Build::Base;

use strict;
use vars qw($VERSION);
$VERSION = '0.31_03';
$VERSION = '0.31_04';
$VERSION = eval $VERSION;
BEGIN { require 5.00503 }

Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Compat.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Compat;

use strict;
use vars qw($VERSION);
$VERSION = '0.31_03';
$VERSION = '0.31_04';

use File::Spec;
use IO::File;
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Config.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Config;

use strict;
use vars qw($VERSION);
$VERSION = '0.31_03';
$VERSION = '0.31_04';
$VERSION = eval $VERSION;
use Config;

Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Cookbook.pm
@@ -1,7 +1,7 @@
package Module::Build::Cookbook;
use strict;
use vars qw($VERSION);
$VERSION = '0.31_03';
$VERSION = '0.31_04';


=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Dumper.pm
@@ -1,7 +1,7 @@
package Module::Build::Dumper;
use strict;
use vars qw($VERSION);
$VERSION = '0.31_03';
$VERSION = '0.31_04';

# This is just a split-out of a wrapper function to do Data::Dumper
# stuff "the right way". See:
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/ModuleInfo.pm
Expand Up @@ -8,7 +8,7 @@ package Module::Build::ModuleInfo;

use strict;
use vars qw($VERSION);
$VERSION = '0.31_03';
$VERSION = '0.31_04';
$VERSION = eval $VERSION;

use File::Spec;
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Notes.pm
Expand Up @@ -4,7 +4,7 @@ package Module::Build::Notes;

use strict;
use vars qw($VERSION);
$VERSION = '0.31_03';
$VERSION = '0.31_04';
$VERSION = eval $VERSION;
use Data::Dumper;
use IO::File;
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/PPMMaker.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::PPMMaker;

use strict;
use vars qw($VERSION);
$VERSION = '0.31_03';
$VERSION = '0.31_04';
$VERSION = eval $VERSION;

# This code is mostly borrowed from ExtUtils::MM_Unix 6.10_03, with a
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Platform/Amiga.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Platform::Amiga;

use strict;
use vars qw($VERSION);
$VERSION = '0.31_03';
$VERSION = '0.31_04';
$VERSION = eval $VERSION;
use Module::Build::Base;

Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Platform/Default.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Platform::Default;

use strict;
use vars qw($VERSION);
$VERSION = '0.31_03';
$VERSION = '0.31_04';
$VERSION = eval $VERSION;
use Module::Build::Base;

Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Platform/EBCDIC.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Platform::EBCDIC;

use strict;
use vars qw($VERSION);
$VERSION = '0.31_03';
$VERSION = '0.31_04';
$VERSION = eval $VERSION;
use Module::Build::Base;

Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Platform/MPEiX.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Platform::MPEiX;

use strict;
use vars qw($VERSION);
$VERSION = '0.31_03';
$VERSION = '0.31_04';
$VERSION = eval $VERSION;
use Module::Build::Base;

Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Platform/MacOS.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Platform::MacOS;

use strict;
use vars qw($VERSION);
$VERSION = '0.31_03';
$VERSION = '0.31_04';
$VERSION = eval $VERSION;
use Module::Build::Base;
use vars qw(@ISA);
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Platform/RiscOS.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Platform::RiscOS;

use strict;
use vars qw($VERSION);
$VERSION = '0.31_03';
$VERSION = '0.31_04';
$VERSION = eval $VERSION;
use Module::Build::Base;

Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Platform/Unix.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Platform::Unix;

use strict;
use vars qw($VERSION);
$VERSION = '0.31_03';
$VERSION = '0.31_04';
$VERSION = eval $VERSION;
use Module::Build::Base;

Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Platform/VMS.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Platform::VMS;

use strict;
use vars qw($VERSION);
$VERSION = '0.31_03';
$VERSION = '0.31_04';
$VERSION = eval $VERSION;
use Module::Build::Base;

Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Platform/VOS.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Platform::VOS;

use strict;
use vars qw($VERSION);
$VERSION = '0.31_03';
$VERSION = '0.31_04';
$VERSION = eval $VERSION;
use Module::Build::Base;

Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Platform/Windows.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Platform::Windows;

use strict;
use vars qw($VERSION);
$VERSION = '0.31_03';
$VERSION = '0.31_04';
$VERSION = eval $VERSION;

use Config;
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Platform/aix.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Platform::aix;

use strict;
use vars qw($VERSION);
$VERSION = '0.31_03';
$VERSION = '0.31_04';
$VERSION = eval $VERSION;
use Module::Build::Platform::Unix;

Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Platform/cygwin.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Platform::cygwin;

use strict;
use vars qw($VERSION);
$VERSION = '0.31_03';
$VERSION = '0.31_04';
$VERSION = eval $VERSION;
use Module::Build::Platform::Unix;

Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Platform/darwin.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Platform::darwin;

use strict;
use vars qw($VERSION);
$VERSION = '0.31_03';
$VERSION = '0.31_04';
$VERSION = eval $VERSION;
use Module::Build::Platform::Unix;

Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Platform/os2.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Platform::os2;

use strict;
use vars qw($VERSION);
$VERSION = '0.31_03';
$VERSION = '0.31_04';
$VERSION = eval $VERSION;
use Module::Build::Platform::Unix;

Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/PodParser.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::PodParser;

use strict;
use vars qw($VERSION);
$VERSION = '0.31_03';
$VERSION = '0.31_04';
$VERSION = eval $VERSION;
use vars qw(@ISA);

Expand Down

0 comments on commit 7eca62c

Please sign in to comment.