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@5817 50811bd7-b8ce-0310-adc1-d9db26280581
  • Loading branch information
kenahoo committed Mar 12, 2006
1 parent cde058c commit e63ea59
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.27_09
0.27_09 Sat Mar 11 22:48:54 EST 2006

- Fixed find_perl_interpreter() so we can find the perl executable
when running from uninstalled perl even when $^X contains a
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.27_08';
$VERSION = '0.27_09';
$VERSION = eval $VERSION;

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

0 comments on commit e63ea59

Please sign in to comment.