Skip to content

Commit

Permalink
Start fixing pre-reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
ronsavage committed Nov 19, 2012
1 parent 858fe42 commit 931ca0b
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Build.PL
Expand Up @@ -17,8 +17,12 @@ my($builder) = Module::Build -> new
},
requires =>
{
Moos => 0.13,
parent => 0,
perl => 5.006,
strict => 0,
Tree::Simple => 0,
warnings => 0,
},
);

Expand Down
6 changes: 5 additions & 1 deletion META.json
Expand Up @@ -27,8 +27,12 @@
},
"runtime" : {
"requires" : {
"Moos" : "0.13",
"Tree::Simple" : "0",
"perl" : "5.006"
"parent" : "0",
"perl" : "5.006",
"strict" : "0",
"warnings" : "0"
}
}
},
Expand Down
4 changes: 4 additions & 0 deletions META.yml
Expand Up @@ -25,8 +25,12 @@ provides:
file: lib/HTML/Parser/Simple/Reporter.pm
version: 1.08
requires:
Moos: 0.13
Tree::Simple: 0
parent: 0
perl: 5.006
strict: 0
warnings: 0
resources:
license: http://www.perlfoundation.org/artistic_license_1_0
version: 1.08
6 changes: 5 additions & 1 deletion MYMETA.json
Expand Up @@ -27,8 +27,12 @@
},
"runtime" : {
"requires" : {
"Moos" : "0.13",
"Tree::Simple" : "0",
"perl" : "5.006"
"parent" : "0",
"perl" : "5.006",
"strict" : "0",
"warnings" : "0"
}
}
},
Expand Down
4 changes: 4 additions & 0 deletions Makefile.PL
Expand Up @@ -24,10 +24,14 @@ WriteMakefile
PL_FILES => {},
PREREQ_PM =>
{
Moos => 0.13,
parent => 0,
perl => 5.006,
strict => 0,
Test::More => 0,
Test::Pod => 0,
Tree::Simple => 0,
warnings => 0,
},
VERSION_FROM => 'lib/HTML/Parser/Simple.pm',
);
2 changes: 0 additions & 2 deletions lib/HTML/Parser/Simple.pm
@@ -1,7 +1,5 @@
package HTML::Parser::Simple;

use File::Spec;

use Moos; # Turns on strict and warnings. Provides 'has'.

use Tree::Simple;
Expand Down

0 comments on commit 931ca0b

Please sign in to comment.