Update PREREQ_PM and MANIFEST
authorMarius Gavrilescu <marius@ieval.ro>
Wed, 15 Oct 2014 08:54:13 +0000 (11:54 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Wed, 15 Oct 2014 08:54:13 +0000 (11:54 +0300)
MANIFEST
Makefile.PL

index 3bbc49641e25e118c20b851aafdd7cc760b3e407..2829d3b65f5b9f3d75a4d06b23ec5ca5a02def68 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -18,21 +18,11 @@ 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/Register.pm
-lib/Gruntmaster/Page/Src.pm
-lib/Gruntmaster/Page/St.pm
-lib/Gruntmaster/Page/Submit.pm
 lib/Plack/App/Gruntmaster.pm
+lib/Plack/App/Gruntmaster/HTML.pm
 log.conf
 Makefile.PL
-MANIFEST
+MANIFEST                       This list of files
 README
 run
 static/gm.css
@@ -40,13 +30,11 @@ 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/skel.en
 tmpl/st.en
 tmpl/us.en
 tmpl/us_entry.en
-
index b59f56a8227c4d088b61ec3fabfa5a2dc2dbd675..f1b1a73ef0897b094991316e999ace5c538396fc 100644 (file)
@@ -16,6 +16,7 @@ WriteMakefile(
        PREREQ_PM         => {
                qw/Carp        0
                   Digest::SHA 0
+                  Encode      0
                   List::Util  0
                   POSIX       0
                   constant    0
@@ -27,15 +28,14 @@ WriteMakefile(
                   CSS::Minifier::XS           0
                   File::Slurp                 0
                   Gruntmaster::Data           0
-                  HTML::Template::Compiled    0
-                  HTTP::Negotiate             0
+                  HTML::Seamstress            0
                   JavaScript::Minifier::XS    0
-                  JSON                        0
+                  JSON::MaybeXS               0
                   Log::Log4perl               0
-                  LWP::UserAgent              0
                   PerlX::Maybe                0
                   Plack::Builder              0
                   Plack::Request              0
+                  Plack::Util                 0
                   Scope::Upper                0
                   Tie::Hash::Expire           0
                   Web::Simple                 0/,
This page took 0.012336 seconds and 4 git commands to generate.