Skip to content

Commit

Permalink
Merge branch 'release/1.2002_02' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
xsawyerx committed Dec 8, 2010
2 parents e983e09 + 19b08e3 commit 363d6ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES
@@ -1,3 +1,11 @@
Dancer 1.2002_02
[ Danijel Tasov ]
* Correct HTTP.pm POD's 503 entry with 403.

[ Paul Tomlin ]
* Tests for URI object in uri_for.
* Update Plack middleware tests compatibility.

Dancer 1.2002_01
[ Joel Roth ]
* Code fixes in documentation (Dancer::Session, Dancer::Introduction).
Expand Down
2 changes: 1 addition & 1 deletion lib/Dancer.pm
Expand Up @@ -31,7 +31,7 @@ use File::Basename 'basename';
use base 'Exporter';

$AUTHORITY = 'SUKRIA';
$VERSION = '1.2002_01';
$VERSION = '1.2002_02';
@EXPORT = qw(
after
any
Expand Down

0 comments on commit 363d6ec

Please sign in to comment.