Skip to content

Commit

Permalink
Fix the package building (Module::Build is a vicious beast)
Browse files Browse the repository at this point in the history
  • Loading branch information
mquinson committed Mar 27, 2017
1 parent 895901a commit cfe86ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Build.PL
@@ -1,6 +1,6 @@
#!/usr/bin/perl

use lib q('.');
use lib q(.);
use Po4aBuilder;

my $build = Po4aBuilder->new
Expand Down
1 change: 1 addition & 0 deletions Po4aBuilder.pm 100644 → 100755
@@ -1,4 +1,5 @@
package Po4aBuilder;

use Module::Build;
use File::Basename;
use File::Path qw(mkpath rmtree);
Expand Down

0 comments on commit cfe86ca

Please sign in to comment.