Skip to content

Commit

Permalink
require new Github::Fork::Parent
Browse files Browse the repository at this point in the history
  • Loading branch information
chorny committed Feb 23, 2017
1 parent be187c9 commit f6b3d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ WriteMakefile(
'File::Slurp' => 0,
'Text::FindIndent' => 0.08,
'App::EUMM::Upgrade' => 1.0,
'Github::Fork::Parent' => 0.24,
'Github::Fork::Parent' => 1.0,
'Module::Metadata' => 0,

#github support
Expand Down
2 changes: 1 addition & 1 deletion repositorylink-pl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ no if $] >= 5.018, warnings => "experimental";
#use lib '.';
use App::RepositoryLinkPL;
use App::EUMM::Upgrade 1.0; #find_repo
use Github::Fork::Parent;
use Github::Fork::Parent 1.0;

my $link = shift;
die "Usage: repositorylink-pl .|github_url\n" unless $link;
Expand Down

0 comments on commit f6b3d44

Please sign in to comment.