Add a very basic test
[gruntmaster-page.git] / Makefile.PL
index 2bf04acdec3d5716f8d3ad3295299548f7f3a0b8..2584deb709b1f8c26b14fd9148c12931ae38026f 100644 (file)
@@ -15,7 +15,6 @@ WriteMakefile(
        BUILD_REQUIRES    => {
                qw/CSS::Minifier::XS          0
                   File::Slurp                0
-                  Test::MockTime             0
                   Test::More                 0
                   Test::WWW::Mechanize::PSGI 0/,
        },
@@ -31,6 +30,7 @@ WriteMakefile(
                   warnings    0
 
                   File::Slurp                      0
+                  File::Which                      0
                   Gruntmaster::Data                0
                   HTML::Element::Library           0
                   HTML::TreeBuilder                0
@@ -41,6 +41,7 @@ WriteMakefile(
                   Plack::Middleware::Auth::Complex 0
                   Plack::Util                      0
                   Scope::Upper                     0
+                  Sort::ByExample                  0
                   Web::Simple                      0.019/,
        },
        META_MERGE        => {
This page took 0.010342 seconds and 4 git commands to generate.