Skip to content

Commit

Permalink
Fix the issue I wasn't having with hash ordering just in case ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobtfish authored and rafl committed Jul 14, 2009
1 parent f654736 commit 7574516
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,2 +1,5 @@
* Load Module::Install::Base explicitly so that Module::Install correctly
finds us if we're the first extension loaded.

0.01 Fri, 03 Jul 2009 03:51:28 +0200
* Initial release.
3 changes: 2 additions & 1 deletion lib/Module/Install/CheckConflicts.pm
Expand Up @@ -3,10 +3,11 @@ use warnings;

package Module::Install::CheckConflicts;

use base 'Module::Install::Base';

BEGIN {
our $VERSION = '0.01';
our $ISCORE = 1;
our @ISA = qw{Module::Install::Base};
}

sub check_conflicts {
Expand Down

0 comments on commit 7574516

Please sign in to comment.