Skip to content

Commit

Permalink
Merge branch 'devel' of github.com:sukria/Dancer into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
xsawyerx committed Dec 7, 2010
2 parents c7cf207 + 52e9791 commit 0e1860c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES
@@ -1,3 +1,10 @@
Dancer 1.2003
[ Bolangi ]
* Code fixes in documentation (Dancer::Session, Dancer::Introduction).

Dancer 1.2002
* Productionized! :)

Dancer 1.2001_01
[ David Precious, Ivan Bessarabov ]
* Fixing TT example config.
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.2001_01';
$VERSION = '1.2002';
@EXPORT = qw(
after
any
Expand Down
2 changes: 1 addition & 1 deletion lib/Dancer/Introduction.pod
Expand Up @@ -217,7 +217,7 @@ variables which will be accessible in the action blocks with the keyword 'var'.

before sub {
var note => 'Hi there';
request->path('/foo/oversee')
request->path_info('/foo/oversee')
};

get '/foo/*' => sub {
Expand Down

0 comments on commit 0e1860c

Please sign in to comment.