Skip to content

Commit

Permalink
Add author_test target
Browse files Browse the repository at this point in the history
  • Loading branch information
ambs committed May 16, 2011
1 parent e08d170 commit 8e2c270
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile.PL
Expand Up @@ -13,6 +13,10 @@ tags:
--exclude=.git \
--exclude='*.swp' \
--languages=Perl --langmap=Perl:+.t
author_test:
RELEASE_TESTING=1 make test
MAKE_FRAG
}

Expand All @@ -22,7 +26,7 @@ WriteMakefile1(
LICENSE => 'perl',
VERSION_FROM => 'lib/Dancer.pm',
EXE_FILES => ['script/dancer'],

META_MERGE => {
resources => {
repository => 'http://github.com/sukria/Dancer',
Expand Down

0 comments on commit 8e2c270

Please sign in to comment.