Skip to content

Commit

Permalink
added missing prerequisite
Browse files Browse the repository at this point in the history
  • Loading branch information
barbie committed Apr 22, 2012
1 parent 36e24c4 commit 2f3cff1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions META.json
Expand Up @@ -25,6 +25,7 @@
"requires" : {
"perl": "5.006",
"Labyrinth": "5.12",
"Labyrinth::DIUtils::ImageMagick": "5.04",
"Labyrinth::Plugin::Core": "5.09",
"Labyrinth::Plugin::Articles::Diary": "1.00",
"Labyrinth::Plugin::Event": "1.00"
Expand Down
1 change: 1 addition & 0 deletions META.yml
Expand Up @@ -12,6 +12,7 @@ installdirs: site
requires:
perl: 5.006
Labyrinth: 5.12
Labyrinth::DIUtils::ImageMagick: 5.04
Labyrinth::Plugin::Core: 5.09
Labyrinth::Plugin::Articles::Diary: 1.00
Labyrinth::Plugin::Event: 1.00
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -16,10 +16,10 @@ WriteMakefile(

# prereqs
'Labyrinth' => '5.12',
'Labyrinth::DIUtils::ImageMagick' => '5.04',
'Labyrinth::Plugin::Core' => '5.09',
'Labyrinth::Plugin::Articles::Diary' => '1.00',
'Labyrinth::Plugin::Event' => '1.01',
'Labyrinth::DIUtils::ImageMagick' => '5.04',

# for testing
'IO::File' => 0, # for testing
Expand Down

0 comments on commit 2f3cff1

Please sign in to comment.