Skip to content

Commit

Permalink
Switch ::Util to Sub::Exporter::Progressive
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Axel 'fREW' Schmidt committed Apr 19, 2014
1 parent 8c5cc10 commit 93e21d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Revision history for {{$dist->name}}

{{$NEXT}}
- Switch ::Util to Sub::Exporter::Progressive

0.001000 2014-04-19 00:57:35-05:00 CST6CDT
- Initial Release forked from Git::PurePerl (☦)
Expand Down
1 change: 1 addition & 0 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ requires 'IO::Digest';
requires 'Moo';
requires 'MooX::Types::MooseLike';
requires 'namespace::clean';
requires 'Sub::Exporter::Progressive' => 0.001011;

on test => sub {
requires 'Archive::Extract';
Expand Down
2 changes: 1 addition & 1 deletion lib/Cogit/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use warnings;

package Cogit::Util;

use Sub::Exporter -setup => {
use Sub::Exporter::Progressive -setup => {
exports => [qw( current_git_dir find_git_dir is_git_dir )],
groups => { default => [qw( current_git_dir )], },
};
Expand Down

0 comments on commit 93e21d2

Please sign in to comment.