Skip to content

Commit

Permalink
switch to cpanfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Axel 'fREW' Schmidt committed Jul 4, 2014
1 parent df48a5b commit b8bedf8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
8 changes: 8 additions & 0 deletions cpanfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
requires 'DBIx::Class' => 0.08127;
requires 'Moo' => 0.091000;
requires 'Log::Sprintf' => 0.001001;
requires 'Log::Structured' => 0.001000;

on test => sub {
requires 'Test::More' => 0.98;
}
15 changes: 3 additions & 12 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,12 @@ version = 0.001002
[NextRelease]
[@Git]
[@Basic]

[MetaResources]
repository.url = git://github.com/frioux/DBIx-Class-UnicornLogger.git
repository.web = http://github.com/frioux/DBIx-Class-UnicornLogger
repository.type = git
[GithubMeta]
issues = 1

[MetaJSON]
[PodWeaver]
[PkgVersion]
[ReadmeFromPod]
[PodSyntaxTests]

[Prereqs]
DBIx::Class = 0.08127
Moo = 0.091000
Log::Sprintf = 0.001001
Log::Structured = 0.001000
Test::More = 0.98
[Prereqs::FromCPANfile]

0 comments on commit b8bedf8

Please sign in to comment.