Skip to content

Commit

Permalink
Merge branch 'release/1.3050'
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Sukrieh committed May 20, 2011
2 parents bce041a + 5db0f40 commit 8ac3d59
Show file tree
Hide file tree
Showing 6 changed files with 117 additions and 58 deletions.
12 changes: 11 additions & 1 deletion CHANGES
@@ -1,4 +1,14 @@
1.3049_01 14.05.2011
1.3050 20.05.2011
** Codename: The Captain Hook Adventure // Franck Cuny **

[ ENHANCEMENTS ]
* No functional changes, just releasing as stable.

[ DOCUMENTATION ]
* Improve Dancer documentation
(Damien Krotkine)

1.3049_01 14.05.2011

[ API CHANGES ]
* Deprecation of 'logger' (use set). (Alberto Simões)
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.SKIP
Expand Up @@ -13,3 +13,4 @@ Makefile$
^run_perltidy.sh$
^.*\.swp$
lib/Dancer/Plugin/WebSocket.pm
^.*~$
9 changes: 7 additions & 2 deletions 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 All @@ -32,7 +36,8 @@ WriteMakefile1(
},

BUILD_REQUIRES => {
'Test::More' => '0.94',
'Test::More' => '0.94',
'Tie::Hash::NamedCapture' => '0',
},

PREREQ_PM => {
Expand Down

0 comments on commit 8ac3d59

Please sign in to comment.