Changed "Companies that use Moose" to "Organizations that use Moose"
[gitmo/moose-website.git] / Build.PL
index 3da0b3b..82dce12 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -19,8 +19,11 @@ my $self = Local::Moose::Website::Build->new(
     requires => {
         'Locale::Maketext::Lexicon'  => 0,
         Moose                        => 0,
+        'MooseX::Params::Validate'   => 0, 
+        'MooseX::Role::Parameterized'=> 0, 
         'MooseX::Types::Path::Class' => 0,
         'Path::Class'                => 0,
+        'Resource::Pack'             => 0,   # http://github.com/stevan/Resource-Pack
         Template                     => 0,
         'YAML::XS'                   => 0,
     },