Skip to content

Commit

Permalink
Fix missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
Leont committed Apr 29, 2011
1 parent 9eba9e1 commit cd68edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/Library/Build/Install.pm
Expand Up @@ -7,7 +7,7 @@ use warnings FATAL => 'all';
our $VERSION = '0.003';

use ExtUtils::Install qw/install uninstall/;
use File::Spec::Functions qw/catfile/;
use File::Spec::Functions qw/catfile catdir/;

sub install_dirs_for {
my ($builder, $location) = @_;
Expand Down

0 comments on commit cd68edf

Please sign in to comment.