Skip to content

Commit

Permalink
store prereqs in cpanfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Axel 'fREW' Schmidt committed Oct 18, 2013
1 parent a380698 commit 78c50ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 5 additions & 0 deletions cpanfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
requires 'Moo' => 1.000007;
requires 'IPC::System::Simple' => 1.21;
on test => sub {
requires 'Test::Deep' => 0.110;
};
6 changes: 1 addition & 5 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,4 @@ version = 0.001001
[PkgVersion]
[ReadmeFromPod]
[PodSyntaxTests]

[Prereqs]
Moo = 1.000007
Test::Deep = 0.110
IPC::System::Simple = 1.21
[Prereqs::FromCPANfile]

0 comments on commit 78c50ba

Please sign in to comment.