Skip to content

Commit

Permalink
version bump and prep for release
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.perl.org/modules/Module-Build/tags/0.340201@13194 50811bd7-b8ce-0310-adc1-d9db26280581
  • Loading branch information
xdg committed Aug 12, 2009
1 parent 66b2a7b commit 2ad8251
Show file tree
Hide file tree
Showing 25 changed files with 29 additions and 24 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,5 +1,10 @@
Revision history for Perl extension Module::Build.

0.340201 - Sun Aug 9 22:11:04 EDT 2009

Other:
- Version bump for Perl core for 5.10.1 release; no other changes

0.34_02 - Sun Jul 26 22:50:40 EDT 2009

Bug-fixes:
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.34_02';
$VERSION = '0.340201';
$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.34_02';
$VERSION = '0.340201';
$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.34_02';
$VERSION = '0.340201';

use File::Basename ();
use File::Spec;
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.34_02';
$VERSION = '0.340201';
$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.34_02';
$VERSION = '0.340201';


=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.34_02';
$VERSION = '0.340201';

# 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.34_02';
$VERSION = '0.340201';
$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.34_02';
$VERSION = '0.340201';
$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.34_02';
$VERSION = '0.340201';
$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.34_02';
$VERSION = '0.340201';
$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.34_02';
$VERSION = '0.340201';
$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.34_02';
$VERSION = '0.340201';
$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.34_02';
$VERSION = '0.340201';
$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.34_02';
$VERSION = '0.340201';
$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.34_02';
$VERSION = '0.340201';
$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.34_02';
$VERSION = '0.340201';
$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.34_02';
$VERSION = '0.340201';
$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.34_02';
$VERSION = '0.340201';
$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.34_02';
$VERSION = '0.340201';
$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.34_02';
$VERSION = '0.340201';
$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.34_02';
$VERSION = '0.340201';
$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.34_02';
$VERSION = '0.340201';
$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.34_02';
$VERSION = '0.340201';
$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.34_02';
$VERSION = '0.340201';
$VERSION = eval $VERSION;
use vars qw(@ISA);

Expand Down

0 comments on commit 2ad8251

Please sign in to comment.