Navigation Menu

Skip to content

Commit

Permalink
Merge branch 'release/1.3060'
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Sukrieh committed Jun 15, 2011
2 parents 1b876f4 + 0c0f04d commit 0b95003
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGES
@@ -1,10 +1,16 @@
1.3059_04 12.06.2011
1.3060 15.06.2011
** Codename: Pirouetting Pedro // Pedro Melo **

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

1.3059_04 12.06.2011

[ BUG FIXES ]
* Fix a bunch of cpan testers reports
(Alberto Simões)

1.3059_03 11.06.2011
1.3059_03 11.06.2011

[ BUG FIXES ]
* Fix for issue #539
Expand Down
4 changes: 2 additions & 2 deletions lib/Dancer.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
use Carp;
use Cwd 'realpath';

our $VERSION = '1.3059_04';
our $VERSION = '1.3060';
our $AUTHORITY = 'SUKRIA';

use Dancer::App;
Expand Down Expand Up @@ -1153,7 +1153,7 @@ saying C<return send_error(...)> instead.
Lets the current route handler send a file to the client. Note that
the path of the file must be relative to the B<public> directory unless you use
the C<absolute> option (see below).
the C<system_path> option (see below).
get '/download/:file' => sub {
send_file(params->{file});
Expand Down

0 comments on commit 0b95003

Please sign in to comment.