Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Toss module we no longer use form prereqs
  • Loading branch information
zoffixznet committed Nov 21, 2015
1 parent f41ff22 commit ad03cd7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Build.PL
Expand Up @@ -39,7 +39,6 @@ my $build = Module::Build->new(
'Import::Into' => 0,
'Mojo::Base' => 0,
'Mojo::Collection' => 0,
'Mojo::SQLite' => 0,
'Mojo::URL' => 0,
'Mojo::Util' => 0,
'Mojolicious' => '6.30',
Expand Down
1 change: 0 additions & 1 deletion web/t/01-models/01-build-stats.t
Expand Up @@ -5,7 +5,6 @@ use warnings FATAL => 'all';

use File::Temp;
use Test::Most;
use Mojo::SQLite;
use t::Helper;

use constant MODEL => 'ModulesPerl6::Model::BuildStats';
Expand Down
1 change: 0 additions & 1 deletion web/t/01-models/02-dists.t
Expand Up @@ -5,7 +5,6 @@ use warnings FATAL => 'all';

use File::Temp;
use Test::Most;
use Mojo::SQLite;
use t::Helper;

use constant MODEL => 'ModulesPerl6::Model::Dists';
Expand Down

0 comments on commit ad03cd7

Please sign in to comment.