Update MANIFEST and Makefile.PL
[gruntmaster-page.git] / Makefile.PL
index dfb22917dcc8f05004e6cde7d7d0e52a9ae4d09e..0c47a00ee5bbbdc2a55b05f9d392fada435a5f2d 100644 (file)
@@ -2,25 +2,43 @@ use 5.014000;
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
-  NAME              => 'Gruntmaster::Page',
-  VERSION_FROM      => 'lib/Gruntmaster/Page.pm',
-  ABSTRACT_FROM     => 'lib/Gruntmaster/Page.pm',
-  AUTHOR            => 'Marius Gavrilescu <marius@ieval.ro>',
-  MIN_PERL_VERSION  => '5.14.0',
-  LICENSE           => 'perl',
-  SIGN              => 1,
-  PREREQ_PM         => {
-       qw/Fcntl 0
-          File::Basename 0
-          IO::File 0
-          POSIX 0
+       NAME              => 'Gruntmaster::Page',
+       VERSION_FROM      => 'lib/Plack/App/Gruntmaster.pm',
+       ABSTRACT_FROM     => 'lib/Plack/App/Gruntmaster.pm',
+       AUTHOR            => 'Marius Gavrilescu <marius@ieval.ro>',
+       MIN_PERL_VERSION  => '5.14.0',
+       LICENSE           => 'perl',
+       SIGN              => 1,
+       BUILD_REQUIRES    => {
+               qw/Test::More                 0
+                  Test::WWW::Mechanize::PSGI 0/,
+       },
+       PREREQ_PM         => {
+               qw/Carp        0
+                  Digest::SHA 0
+                  List::Util  0
+                  POSIX       0
+                  constant    0
+                  feature     0
+                  parent      0
+                  strict      0
+                  warnings    0
 
-          File::Slurp 0
-          HTML::Template::Compiled 0
-          IO::Compress::Gzip 0
-          YAML::Any 0/,
-  },
-  META_MERGE        => {
-       dynamic_config => 0,
-  }
-);
+                  Apache2::Authen::Passphrase 0
+                  Apache2::AuthzCaps          0
+                  CSS::Minifier::XS           0
+                  File::Slurp                 0
+                  Gruntmaster::Data           0
+                  HTML::Template::Compiled    0
+                  HTTP::Negotiate             0
+                  JavaScript::Minifier::XS    0
+                  JSON                        0
+                  Log::Log4perl               0
+                  LWP::UserAgent              0
+                  Plack::Builder              0
+                  Plack::Request              0/,
+       },
+       META_MERGE        => {
+               dynamic_config => 0,
+       }
+)
This page took 0.010975 seconds and 4 git commands to generate.