Navigation Menu

Skip to content

Commit

Permalink
Fixed boilerplate test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwills committed Mar 19, 2015
1 parent 7bdc85f commit dbf9ae2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions t/boilerplate.t
Expand Up @@ -3,7 +3,7 @@
use strict;
use warnings;
use Test::More;
use Test::NoWarnings;
use Test::Warnings;

sub not_in_file_ok {
my ($filename, %regex) = @_;
Expand Down Expand Up @@ -67,4 +67,5 @@ module_boilerplate_ok('lib/App/TemplateCMD/Command/Conf.pm');
module_boilerplate_ok('lib/App/TemplateCMD/Command/Describe.pm');
module_boilerplate_ok('lib/App/TemplateCMD/Command/Help.pm');
module_boilerplate_ok('lib/App/TemplateCMD/Command/List.pm');
done_testing();module_boilerplate_ok('lib/App/TemplateCMD/Command/Print.pm');
module_boilerplate_ok('lib/App/TemplateCMD/Command/Print.pm');
done_testing();

0 comments on commit dbf9ae2

Please sign in to comment.