From 4e58684b00e270abb68b595d6247b7ccc91a5a7d Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Wed, 15 Oct 2014 11:54:13 +0300 Subject: [PATCH] Update PREREQ_PM and MANIFEST --- MANIFEST | 18 +++--------------- Makefile.PL | 8 ++++---- 2 files changed, 7 insertions(+), 19 deletions(-) diff --git a/MANIFEST b/MANIFEST index 3bbc496..2829d3b 100644 --- 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 - diff --git a/Makefile.PL b/Makefile.PL index b59f56a..f1b1a73 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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/, -- 2.30.2