Skip to content

Commit

Permalink
Merge branch 'release/1.2005' into frozen
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Sukrieh committed Feb 5, 2011
2 parents 7c9798a + 6c5f72a commit a3bd87f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Expand Up @@ -3,7 +3,7 @@
[ BUGFIX ]
* GH#271 - use correct VERSION_FROM in scaffolded application.
(Sawyer X)
* GH#260 - send_file clobbers existing headers
* GH#260 - send_file doesn't clobber existing headers anymore
(Alexis Sukrieh)
* GH#281 - splat doesn't fail if there was no match
(David Precious)
Expand Down
3 changes: 3 additions & 0 deletions MANIFEST
Expand Up @@ -125,6 +125,7 @@ t/03_route_handler/06_regexp.t
t/03_route_handler/07_compilation_warning.t
t/03_route_handler/08_errors.t
t/03_route_handler/09_status.t
t/03_route_handler/10_splat_with_nothing.t
t/03_route_handler/11_redirect.t
t/03_route_handler/11_redirect_no_content.t
t/03_route_handler/12_response.t
Expand Down Expand Up @@ -202,6 +203,7 @@ t/10_template/03_simple.t
t/10_template/05_template_toolkit.t
t/10_template/06_before_template_hook.t
t/10_template/index.txt
t/10_template/template.t
t/10_template/views/index.tt
t/11_logger/000_create_fake_env.t
t/11_logger/01_abstract.t
Expand Down Expand Up @@ -251,6 +253,7 @@ t/17_apps/04_issue_91.t
t/18_main_dsl/000_create_fake_env.t
t/18_main_dsl/01_config.t
t/18_main_dsl/uri_for.t
t/19_dancer/02_script_version_from.t
t/lib/EasyMocker.pm
t/lib/Forum.pm
t/lib/LinkBlocker.pm
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.2004';
$VERSION = '1.2005';
@EXPORT = qw(
after
any
Expand Down

0 comments on commit a3bd87f

Please sign in to comment.