From d2d4a5b1e51de5826278e795ba371d14b579fe2a Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 23 Feb 2014 12:08:11 +0200 Subject: [PATCH] Update MANIFEST and Makefile.PL --- MANIFEST | 52 ++++++++++++++++++++++++++++++++++++++-------- Makefile.PL | 60 ++++++++++++++++++++++++++++++++++------------------- 2 files changed, 82 insertions(+), 30 deletions(-) diff --git a/MANIFEST b/MANIFEST index 80ce6d4..61687ff 100644 --- 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 + diff --git a/Makefile.PL b/Makefile.PL index dfb2291..0c47a00 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 ', - 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 ', + 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, + } +) -- 2.30.2