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@6324 50811bd7-b8ce-0310-adc1-d9db26280581
  • Loading branch information
kenahoo committed May 21, 2006
1 parent 694136c commit 7950f38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,6 +1,6 @@
Revision history for Perl extension Module::Build.

0.2801
0.2801 Sun May 21 00:07:40 CDT 2006

- Module::Build::Compat's emulation of INC is incorrectly prepending
a -I to the value of INC. This is incorrect because there should
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.28';
$VERSION = '0.2801';
$VERSION = eval $VERSION;

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

0 comments on commit 7950f38

Please sign in to comment.