Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.perl.org/modules/Module-Build/trunk@5756 50811bd7-b8ce-0310-adc1-d9db26280581
  • Loading branch information
kenahoo committed Jan 12, 2006
1 parent 2ec8a50 commit aeaa9e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for Perl extension Module::Build.

0.27_05
0.27_05 Thu Jan 12 17:39:21 CST 2006

- In t/common.pl, we were attempting to let the user's installed
Test::More take precedence over ours, but getting thwarted by all
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use Module::Build::Base;

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

# Okay, this is the brute-force method of finding out what kind of
Expand Down

0 comments on commit aeaa9e8

Please sign in to comment.