- Upgrade to 1.3095.

This commit is contained in:
Jun Kuriyama 2012-05-27 07:50:24 +00:00
parent acf0d0a8c4
commit da06eb63fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297522
4 changed files with 17 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Dancer
PORTVERSION= 1.3093
PORTVERSION= 1.3095
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:XSAWYERX
@ -40,6 +40,7 @@ PERL_CONFIGURE= yes
MAN1= dancer.1
MAN3= Dancer.3 \
Dancer::Config.3 \
Dancer::Config::Object.3 \
Dancer::Cookbook.3 \
Dancer::Cookie.3 \
Dancer::Cookies.3 \

View File

@ -1,2 +1,2 @@
SHA256 (Dancer-1.3093.tar.gz) = 099ee41e9caead7a4d701af944a13efcef11088d5ceea124b03cc508ffc96695
SIZE (Dancer-1.3093.tar.gz) = 287706
SHA256 (Dancer-1.3095.tar.gz) = aeb74ae4f19185ded04f0efbf6f9a8421bef5600e56557a4d3814840bb741f5d
SIZE (Dancer-1.3095.tar.gz) = 292225

View File

@ -0,0 +1,11 @@
--- t/25_exceptions/02_exceptions.t.orig 2012-05-27 13:36:12.711337363 +0900
+++ t/25_exceptions/02_exceptions.t 2012-05-27 13:36:35.595803613 +0900
@@ -130,7 +130,7 @@
};
};
ok(! $@);
- is($e, 'wrong login (login was douglas)');
+ like($e, qr/wrong login \(login was douglas\)/);
# check stringification works in other cases
ok($e eq 'wrong login (login was douglas)');
ok('wrong login (login was douglas)' eq $e);

View File

@ -3,6 +3,7 @@ bin/dancer
%%SITE_PERL%%/Dancer.pm
%%SITE_PERL%%/Dancer/App.pm
%%SITE_PERL%%/Dancer/Config.pm
%%SITE_PERL%%/Dancer/Config/Object.pm
%%SITE_PERL%%/Dancer/Continuation.pm
%%SITE_PERL%%/Dancer/Continuation/Halted.pm
%%SITE_PERL%%/Dancer/Continuation/Route.pm
@ -91,5 +92,6 @@ bin/dancer
@dirrm %%SITE_PERL%%/Dancer/Development
@dirrm %%SITE_PERL%%/Dancer/Continuation/Route
@dirrm %%SITE_PERL%%/Dancer/Continuation
@dirrm %%SITE_PERL%%/Dancer/Config
@dirrm %%SITE_PERL%%/Dancer
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer