Skip to content

Commit

Permalink
fixed deps for YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
tokuhirom committed Jun 12, 2008
1 parent 3f407eb commit 26a140a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.PL
Expand Up @@ -4,7 +4,8 @@ all_from 'lib/Template/Plugin/MobileJPPictogram.pm';


requires $_ for (qw/Template Encode::JP::Mobile Encode::JP::Mobile::Charnames/); requires $_ for (qw/Template Encode::JP::Mobile Encode::JP::Mobile::Charnames/);


build_requires 'Test::More'; test_requires 'Test::More';
test_requires 'YAML';
use_test_base; use_test_base;
auto_include; auto_include;
WriteAll; WriteAll;

0 comments on commit 26a140a

Please sign in to comment.