Skip to content

Commit

Permalink
Allow Parrot::Git to properly export functions
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Dec 13, 2012
1 parent b704856 commit c83ac34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Parrot/Git.pm
Expand Up @@ -25,6 +25,7 @@ package Parrot::Git;
use strict;
use warnings;
use lib qw( lib );
use base 'Exporter';

our @EXPORT_OK = qw/has_git/;

Expand Down

0 comments on commit c83ac34

Please sign in to comment.