Update MANIFEST and Makefile.PL
authorMarius Gavrilescu <marius@ieval.ro>
Sun, 23 Feb 2014 10:08:11 +0000 (12:08 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sun, 23 Feb 2014 10:08:11 +0000 (12:08 +0200)
MANIFEST
Makefile.PL

index 80ce6d43105082ba0ad14e0ac9ad43731cf6a8e6..61687ff1f14b0491a9dcfdc353402331d919bb04 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,17 +1,51 @@
+a/account.en
+a/account.en.title
+a/index.en
+a/index.en.title
+app.psgi
 Changes
-gruntmaster-genallpages
-gruntmaster-genpage
-lib/Gruntmaster/Page/Common.pm
-lib/Gruntmaster/Page/Ct/Entry.pm
-lib/Gruntmaster/Page/Ct.pm
-lib/Gruntmaster/Page/Index.pm
-lib/Gruntmaster/Page/Log/Entry.pm
+css/custom.css
+css/orig/cerulean.css
+css/orig/cosmo.css
+css/orig/cyborg.css
+css/orig/slate.css
+css/themes/cerulean.css
+css/themes/cosmo.css
+css/themes/cyborg.css
+css/themes/slate.css
+js/00-zepto.js
+js/10-bootstrap-dropdown.js
+js/90-custom.js
+js/90-form.js
+lib/Gruntmaster/Page/Base.pm
+lib/Gruntmaster/Page/CSS.pm
+lib/Gruntmaster/Page/Generic.pm
+lib/Gruntmaster/Page/JS.pm
 lib/Gruntmaster/Page/Log.pm
+lib/Gruntmaster/Page/Passwd.pm
 lib/Gruntmaster/Page/Pb/Entry.pm
-lib/Gruntmaster/Page/Pb.pm
-lib/Gruntmaster/Page.pm
+lib/Gruntmaster/Page/Register.pm
+lib/Gruntmaster/Page/Src.pm
+lib/Gruntmaster/Page/St.pm
 lib/Gruntmaster/Page/Submit.pm
+lib/Plack/App/Gruntmaster.pm
+log.conf
 Makefile.PL
 MANIFEST
 README
+run
+static/gm.css
 t/Gruntmaster-Page.t
+t/mech.t
+tmpl/ct.en
+tmpl/ct_entry.en
+tmpl/footer.en
+tmpl/header.en
+tmpl/log.en
+tmpl/log_entry.en
+tmpl/pb.en
+tmpl/pb_entry.en
+tmpl/st.en
+tmpl/us.en
+tmpl/us_entry.en
+
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.013011 seconds and 4 git commands to generate.