[Catalyst-commits] r14142 - trunk/HTTP-Body
getty at dev.catalyst.perl.org
getty at dev.catalyst.perl.org
Fri Nov 4 18:43:03 GMT 2011
Author: getty
Date: 2011-11-04 18:43:03 +0000 (Fri, 04 Nov 2011)
New Revision: 14142
Modified:
trunk/HTTP-Body/Changes
trunk/HTTP-Body/dist.ini
Log:
Removed benchmark data and script for release
Modified: trunk/HTTP-Body/Changes
===================================================================
--- trunk/HTTP-Body/Changes 2011-10-28 14:45:50 UTC (rev 14141)
+++ trunk/HTTP-Body/Changes 2011-11-04 18:43:03 UTC (rev 14142)
@@ -1,5 +1,8 @@
This file documents the revision history for Perl extension HTTP::Body.
+1.14 Tue 26 Oct 2010 19:42:00 CET
+ - removed benchmark test data and benchmark script for release (Torsten Raudssus [GETTY])
+
1.12 Sat 19 Mar 2011 19:05:17 CET
- Fixed the t/08 test
Modified: trunk/HTTP-Body/dist.ini
===================================================================
--- trunk/HTTP-Body/dist.ini 2011-10-28 14:45:50 UTC (rev 14141)
+++ trunk/HTTP-Body/dist.ini 2011-11-04 18:43:03 UTC (rev 14142)
@@ -1,5 +1,5 @@
name = HTTP-Body
-version = 1.12
+version = 1.14
author = Christian Hansen, C<chansen at cpan.org>
author = Sebastian Riedel, C<sri at cpan.org>
author = Andy Grundman, C<andy at hybridized.org>
@@ -21,6 +21,10 @@
Test::More = 0.86
Test::Deep = 0
+[PruneFiles]
+match = ^t/data/benchmark/*
+filename = scripts/benchmark.pl
+
[MetaResources]
repository.web = http://dev.catalystframework.org/repos/Catalyst/trunk/HTTP-Body/
repository.url = https://dev.catalystframework.org/repos/Catalyst/trunk/HTTP-Body/
More information about the Catalyst-commits
mailing list