Skip to content

Commit

Permalink
Missing 'require' in auto-generated .pm by h2xs
Browse files Browse the repository at this point in the history
private-msgid: 97Aug27.131618edt.11650@janus.tor.securecomputing.com
  • Loading branch information
David Kerry authored and Tim Bunce committed Sep 5, 1997
1 parent ca0b63a commit 464ed3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/h2xs.PL
Expand Up @@ -418,7 +418,7 @@ END
# require autoloader if XS is disabled.
# if XS is enabled, require autoloader unless autoloading is disabled.
if( $opt_X && (! $opt_A) ){
if( ($opt_X && (! $opt_A)) || (!$opt_X) ) {
print PM <<"END";
require AutoLoader;
END
Expand Down

0 comments on commit 464ed3b

Please sign in to comment.