+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
+
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,
+ }
+)