Skip to content

Commit

Permalink
Merge branch 'release/1.2000_02' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
xsawyerx committed Nov 30, 2010
2 parents 00fa449 + cc7adf0 commit 0ce7581
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions MANIFEST
Expand Up @@ -83,20 +83,17 @@ t/00_base/09_load_app.t
t/00_base/11_file_utils.t
t/00_base/12_utf8_charset.t
t/00_base/config.t
t/00_base/dance_start.t
t/00_base/dancer_test.t
t/00_base/lib/AppWithError.pm
t/00_base/lib/WorkingApp.pm
t/00_base/utf8.tt
t/00_base/views/unicode.tt
t/00_base/uri_for.t
t/00_base/utf8.tt
t/00_base/views/unicode.tt
t/01_config/01_settings.t
t/01_config/02_mime_type.t
t/01_config/03_logger.t
t/01_config/04_config_file.t
t/01_config/05_serializers.t
t/01_config/05_serialiers.t
t/01_config/06_config_api.t
t/01_config/06_stack_trace.t
t/01_config/environments/development.pl
Expand Down Expand Up @@ -179,8 +176,9 @@ t/07_apphandlers/02_apache2_plack.t
t/07_apphandlers/03_psgi_app.t
t/07_apphandlers/04_standalone_app.t
t/07_apphandlers/05_middlewares.t
t/08_session/000_create_fake_env.t
t/07_apphandlers/05_psgi_api.t
t/07_apphandlers/06_debug.t
t/08_session/000_create_fake_env.t
t/08_session/01_load.t
t/08_session/02_dependency_check.t
t/08_session/03_http_requests.t
Expand Down Expand Up @@ -239,8 +237,8 @@ t/15_plugins/01_register.t
t/15_plugins/02_config.t
t/15_plugins/03_namespace.t
t/15_plugins/04_apps_and_plugins.t
t/15_plugins/05_plugins_and_OO.t
t/15_plugins/05_keywords.t
t/15_plugins/05_plugins_and_OO.t
t/15_plugins/06_hook.t
t/16_timer/00_base.t
t/16_timer/02_hires.t
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.2000';
$VERSION = '1.2000_02';
@EXPORT = qw(
after
any
Expand Down

0 comments on commit 0ce7581

Please sign in to comment.