Skip to content

Commit

Permalink
Bump version to 0.3624 and update Changes for release
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Jan 27, 2011
1 parent 1fe143b commit 33db188
Show file tree
Hide file tree
Showing 27 changed files with 32 additions and 26 deletions.
6 changes: 6 additions & 0 deletions Changes
@@ -1,5 +1,11 @@
Revision history for Perl extension Module::Build.

0.3624 - Thu Jan 27 11:38:39 EST 2011

- Fixed pod2html directory bugs and fixed creation of spurious blib
directory in core perl directory when running install.t (RT#63003)
[Chris Williams]

0.3623 - Wed Jan 26 17:45:30 EST 2011

- Fixed bugs involving bootstrapping configure_requires prerequisites
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build.pm
Expand Up @@ -16,7 +16,7 @@ use Module::Build::Base;

use vars qw($VERSION @ISA);
@ISA = qw(Module::Build::Base);
$VERSION = '0.3623';
$VERSION = '0.3624';
$VERSION = eval $VERSION;


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.3623';
$VERSION = '0.3624';
$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.3623';
$VERSION = '0.3624';

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.3623';
$VERSION = '0.3624';
$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.3623';
$VERSION = '0.3624';


=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.3623';
$VERSION = '0.3624';

# 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 @@ -4,7 +4,7 @@ package Module::Build::ModuleInfo;

use strict;
use vars qw($VERSION);
$VERSION = '0.3623';
$VERSION = '0.3624';
$VERSION = eval $VERSION;

require Module::Metadata;
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.3623';
$VERSION = '0.3624';
$VERSION = eval $VERSION;
use Data::Dumper;
use IO::File;
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/PPMMaker.pm
Expand Up @@ -5,7 +5,7 @@ use Config;
use vars qw($VERSION);
use IO::File;

$VERSION = '0.3623';
$VERSION = '0.3624';
$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.3623';
$VERSION = '0.3624';
$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.3623';
$VERSION = '0.3624';
$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.3623';
$VERSION = '0.3624';
$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.3623';
$VERSION = '0.3624';
$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.3623';
$VERSION = '0.3624';
$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.3623';
$VERSION = '0.3624';
$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.3623';
$VERSION = '0.3624';
$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.3623';
$VERSION = '0.3624';
$VERSION = eval $VERSION;
use Module::Build::Base;
use Config;
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.3623';
$VERSION = '0.3624';
$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.3623';
$VERSION = '0.3624';
$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.3623';
$VERSION = '0.3624';
$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.3623';
$VERSION = '0.3624';
$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.3623';
$VERSION = '0.3624';
$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.3623';
$VERSION = '0.3624';
$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.3623';
$VERSION = '0.3624';
$VERSION = eval $VERSION;
use vars qw(@ISA);

Expand Down
2 changes: 1 addition & 1 deletion lib/inc/latest.pm
@@ -1,7 +1,7 @@
package inc::latest;
use strict;
use vars qw($VERSION);
$VERSION = '0.3623';
$VERSION = '0.3624';
$VERSION = eval $VERSION;

use Carp;
Expand Down
2 changes: 1 addition & 1 deletion lib/inc/latest/private.pm
@@ -1,7 +1,7 @@
package inc::latest::private;
use strict;
use vars qw($VERSION);
$VERSION = '0.3623';
$VERSION = '0.3624';
$VERSION = eval $VERSION;

use File::Spec;
Expand Down

0 comments on commit 33db188

Please sign in to comment.