r71745 - in /branches/upstream/libhttp-body-perl/current: ./ lib/HTTP/ lib/HTTP/Body/ t/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Mar 20 12:12:29 UTC 2011


Author: jawnsy-guest
Date: Sun Mar 20 12:11:50 2011
New Revision: 71745

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71745
Log:
[svn-upgrade] new version libhttp-body-perl (1.12)

Added:
    branches/upstream/libhttp-body-perl/current/svn-commit.2.tmp
    branches/upstream/libhttp-body-perl/current/svn-commit.tmp
Modified:
    branches/upstream/libhttp-body-perl/current/Changes
    branches/upstream/libhttp-body-perl/current/LICENSE
    branches/upstream/libhttp-body-perl/current/MANIFEST
    branches/upstream/libhttp-body-perl/current/META.yml
    branches/upstream/libhttp-body-perl/current/Makefile.PL
    branches/upstream/libhttp-body-perl/current/README
    branches/upstream/libhttp-body-perl/current/dist.ini
    branches/upstream/libhttp-body-perl/current/lib/HTTP/Body.pm
    branches/upstream/libhttp-body-perl/current/lib/HTTP/Body/MultiPart.pm
    branches/upstream/libhttp-body-perl/current/lib/HTTP/Body/OctetStream.pm
    branches/upstream/libhttp-body-perl/current/lib/HTTP/Body/UrlEncoded.pm
    branches/upstream/libhttp-body-perl/current/lib/HTTP/Body/XForms.pm
    branches/upstream/libhttp-body-perl/current/lib/HTTP/Body/XFormsMultipart.pm
    branches/upstream/libhttp-body-perl/current/t/08multipart-suffix.t

Modified: branches/upstream/libhttp-body-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-body-perl/current/Changes?rev=71745&op=diff
==============================================================================
--- branches/upstream/libhttp-body-perl/current/Changes (original)
+++ branches/upstream/libhttp-body-perl/current/Changes Sun Mar 20 12:11:50 2011
@@ -1,4 +1,7 @@
 This file documents the revision history for Perl extension HTTP::Body.
+
+1.12    Sat 19 Mar 2011 19:05:17 CET
+        - Fixed the t/08 test
 
 1.11    Tue 26 Oct 2010 14:10:00 UTC
         - Added param_order capability (Torsten Raudssus [GETTY])

Modified: branches/upstream/libhttp-body-perl/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-body-perl/current/LICENSE?rev=71745&op=diff
==============================================================================
--- branches/upstream/libhttp-body-perl/current/LICENSE (original)
+++ branches/upstream/libhttp-body-perl/current/LICENSE Sun Mar 20 12:11:50 2011
@@ -1,4 +1,4 @@
-This software is copyright (c) 2010 by Christian Hansen.
+This software is copyright (c) 2011 by Christian Hansen.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2010 by Christian Hansen.
+This software is Copyright (c) 2011 by Christian Hansen.
 
 This is free software, licensed under:
 
@@ -270,7 +270,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2010 by Christian Hansen.
+This software is Copyright (c) 2011 by Christian Hansen.
 
 This is free software, licensed under:
 

Modified: branches/upstream/libhttp-body-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-body-perl/current/MANIFEST?rev=71745&op=diff
==============================================================================
--- branches/upstream/libhttp-body-perl/current/MANIFEST (original)
+++ branches/upstream/libhttp-body-perl/current/MANIFEST Sun Mar 20 12:11:50 2011
@@ -13,6 +13,8 @@
 lib/HTTP/Body/XFormsMultipart.pm
 scripts/benchmark.pl
 scripts/stress.pl
+svn-commit.2.tmp
+svn-commit.tmp
 t/01use.t
 t/02pod.t
 t/03podcoverage.t

Modified: branches/upstream/libhttp-body-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-body-perl/current/META.yml?rev=71745&op=diff
==============================================================================
--- branches/upstream/libhttp-body-perl/current/META.yml (original)
+++ branches/upstream/libhttp-body-perl/current/META.yml Sun Mar 20 12:11:50 2011
@@ -4,13 +4,14 @@
   - 'Christian Hansen, C<chansen at cpan.org>'
   - 'Sebastian Riedel, C<sri at cpan.org>'
   - 'Andy Grundman, C<andy at hybridized.org>'
+  - 'Torsten Raudssus, C<getty at cpan.org>'
 build_requires:
   Test::Deep: 0
   Test::More: 0.86
 configure_requires:
   ExtUtils::MakeMaker: 6.31
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.102342, CPAN::Meta::Converter version 2.102400'
+generated_by: 'Dist::Zilla version 4.200004, CPAN::Meta::Converter version 2.110240'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -24,4 +25,4 @@
 resources:
   X_mailing_list: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst-dev
   repository: https://dev.catalystframework.org/repos/Catalyst/trunk/HTTP-Body/
-version: 1.11
+version: 1.12

Modified: branches/upstream/libhttp-body-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-body-perl/current/Makefile.PL?rev=71745&op=diff
==============================================================================
--- branches/upstream/libhttp-body-perl/current/Makefile.PL (original)
+++ branches/upstream/libhttp-body-perl/current/Makefile.PL Sun Mar 20 12:11:50 2011
@@ -10,7 +10,7 @@
 
 my %WriteMakefileArgs = (
   'ABSTRACT' => 'HTTP Body Parser',
-  'AUTHOR' => 'Christian Hansen, C<chansen at cpan.org>, Sebastian Riedel, C<sri at cpan.org>, Andy Grundman, C<andy at hybridized.org>',
+  'AUTHOR' => 'Christian Hansen, C<chansen at cpan.org>, Sebastian Riedel, C<sri at cpan.org>, Andy Grundman, C<andy at hybridized.org>, Torsten Raudssus, C<getty at cpan.org>',
   'BUILD_REQUIRES' => {
     'Test::Deep' => '0',
     'Test::More' => '0.86'
@@ -28,7 +28,7 @@
     'HTTP::Headers' => '0',
     'IO::File' => '1.14'
   },
-  'VERSION' => '1.11',
+  'VERSION' => '1.12',
   'test' => {
     'TESTS' => 't/*.t'
   }

Modified: branches/upstream/libhttp-body-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-body-perl/current/README?rev=71745&op=diff
==============================================================================
--- branches/upstream/libhttp-body-perl/current/README (original)
+++ branches/upstream/libhttp-body-perl/current/README Sun Mar 20 12:11:50 2011
@@ -1,11 +1,11 @@
 
 
 This archive contains the distribution HTTP-Body,
-version 1.11:
+version 1.12:
 
   HTTP Body Parser
 
-This software is copyright (c) 2010 by Christian Hansen.
+This software is copyright (c) 2011 by Christian Hansen.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.

Modified: branches/upstream/libhttp-body-perl/current/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-body-perl/current/dist.ini?rev=71745&op=diff
==============================================================================
--- branches/upstream/libhttp-body-perl/current/dist.ini (original)
+++ branches/upstream/libhttp-body-perl/current/dist.ini Sun Mar 20 12:11:50 2011
@@ -1,8 +1,9 @@
 name    = HTTP-Body
-version = 1.11
+version = 1.12
 author  = Christian Hansen, C<chansen at cpan.org>
 author  = Sebastian Riedel, C<sri at cpan.org>
 author  = Andy Grundman, C<andy at hybridized.org>
+author  = Torsten Raudssus, C<getty at cpan.org>
 abstract = HTTP Body Parser
 license = Perl_5
 copyright_holder = Christian Hansen

Modified: branches/upstream/libhttp-body-perl/current/lib/HTTP/Body.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-body-perl/current/lib/HTTP/Body.pm?rev=71745&op=diff
==============================================================================
--- branches/upstream/libhttp-body-perl/current/lib/HTTP/Body.pm (original)
+++ branches/upstream/libhttp-body-perl/current/lib/HTTP/Body.pm Sun Mar 20 12:11:50 2011
@@ -1,6 +1,6 @@
 package HTTP::Body;
 BEGIN {
-  $HTTP::Body::VERSION = '1.11';
+  $HTTP::Body::VERSION = '1.12';
 }
 
 use strict;

Modified: branches/upstream/libhttp-body-perl/current/lib/HTTP/Body/MultiPart.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-body-perl/current/lib/HTTP/Body/MultiPart.pm?rev=71745&op=diff
==============================================================================
--- branches/upstream/libhttp-body-perl/current/lib/HTTP/Body/MultiPart.pm (original)
+++ branches/upstream/libhttp-body-perl/current/lib/HTTP/Body/MultiPart.pm Sun Mar 20 12:11:50 2011
@@ -1,6 +1,6 @@
 package HTTP::Body::MultiPart;
 BEGIN {
-  $HTTP::Body::MultiPart::VERSION = '1.11';
+  $HTTP::Body::MultiPart::VERSION = '1.12';
 }
 
 use strict;
@@ -312,10 +312,6 @@
 
 Christian Hansen, C<ch at ngmedia.com>
 
-=head1 CONTRIBUTORS
-
-Torsten Raudssus, C<torsten at raudssus.de>
-
 =head1 LICENSE
 
 This library is free software . You can redistribute it and/or modify 

Modified: branches/upstream/libhttp-body-perl/current/lib/HTTP/Body/OctetStream.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-body-perl/current/lib/HTTP/Body/OctetStream.pm?rev=71745&op=diff
==============================================================================
--- branches/upstream/libhttp-body-perl/current/lib/HTTP/Body/OctetStream.pm (original)
+++ branches/upstream/libhttp-body-perl/current/lib/HTTP/Body/OctetStream.pm Sun Mar 20 12:11:50 2011
@@ -1,6 +1,6 @@
 package HTTP::Body::OctetStream;
 BEGIN {
-  $HTTP::Body::OctetStream::VERSION = '1.11';
+  $HTTP::Body::OctetStream::VERSION = '1.12';
 }
 
 use strict;

Modified: branches/upstream/libhttp-body-perl/current/lib/HTTP/Body/UrlEncoded.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-body-perl/current/lib/HTTP/Body/UrlEncoded.pm?rev=71745&op=diff
==============================================================================
--- branches/upstream/libhttp-body-perl/current/lib/HTTP/Body/UrlEncoded.pm (original)
+++ branches/upstream/libhttp-body-perl/current/lib/HTTP/Body/UrlEncoded.pm Sun Mar 20 12:11:50 2011
@@ -1,6 +1,6 @@
 package HTTP::Body::UrlEncoded;
 BEGIN {
-  $HTTP::Body::UrlEncoded::VERSION = '1.11';
+  $HTTP::Body::UrlEncoded::VERSION = '1.12';
 }
 
 use strict;

Modified: branches/upstream/libhttp-body-perl/current/lib/HTTP/Body/XForms.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-body-perl/current/lib/HTTP/Body/XForms.pm?rev=71745&op=diff
==============================================================================
--- branches/upstream/libhttp-body-perl/current/lib/HTTP/Body/XForms.pm (original)
+++ branches/upstream/libhttp-body-perl/current/lib/HTTP/Body/XForms.pm Sun Mar 20 12:11:50 2011
@@ -1,6 +1,6 @@
 package HTTP::Body::XForms;
 BEGIN {
-  $HTTP::Body::XForms::VERSION = '1.11';
+  $HTTP::Body::XForms::VERSION = '1.12';
 }
 
 use strict;

Modified: branches/upstream/libhttp-body-perl/current/lib/HTTP/Body/XFormsMultipart.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-body-perl/current/lib/HTTP/Body/XFormsMultipart.pm?rev=71745&op=diff
==============================================================================
--- branches/upstream/libhttp-body-perl/current/lib/HTTP/Body/XFormsMultipart.pm (original)
+++ branches/upstream/libhttp-body-perl/current/lib/HTTP/Body/XFormsMultipart.pm Sun Mar 20 12:11:50 2011
@@ -1,6 +1,6 @@
 package HTTP::Body::XFormsMultipart;
 BEGIN {
-  $HTTP::Body::XFormsMultipart::VERSION = '1.11';
+  $HTTP::Body::XFormsMultipart::VERSION = '1.12';
 }
 
 use strict;

Added: branches/upstream/libhttp-body-perl/current/svn-commit.2.tmp
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-body-perl/current/svn-commit.2.tmp?rev=71745&op=file
==============================================================================
--- branches/upstream/libhttp-body-perl/current/svn-commit.2.tmp (added)
+++ branches/upstream/libhttp-body-perl/current/svn-commit.2.tmp Sun Mar 20 12:11:50 2011
@@ -1,0 +1,7 @@
+Fixed the t/08 test
+
+--This line, and those below, will be ignored--
+
+M    dist.ini
+M    t/08multipart-suffix.t
+M    Changes

Added: branches/upstream/libhttp-body-perl/current/svn-commit.tmp
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-body-perl/current/svn-commit.tmp?rev=71745&op=file
==============================================================================
--- branches/upstream/libhttp-body-perl/current/svn-commit.tmp (added)
+++ branches/upstream/libhttp-body-perl/current/svn-commit.tmp Sun Mar 20 12:11:50 2011
@@ -1,0 +1,7 @@
+Fixed the t/08 test
+
+--This line, and those below, will be ignored--
+
+M    dist.ini
+M    t/08multipart-suffix.t
+M    Changes

Modified: branches/upstream/libhttp-body-perl/current/t/08multipart-suffix.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-body-perl/current/t/08multipart-suffix.t?rev=71745&op=diff
==============================================================================
--- branches/upstream/libhttp-body-perl/current/t/08multipart-suffix.t (original)
+++ branches/upstream/libhttp-body-perl/current/t/08multipart-suffix.t Sun Mar 20 12:11:50 2011
@@ -21,43 +21,61 @@
 {
     my $uploads = uploads_for('001');
 
-    like(
-        $uploads->{upload2}{tempname}, qr/\.pl$/,
-        'tempname preserves .pl suffix'
-    );
+	{
+		my ($volume,$directories,$file) = File::Spec->splitpath( $uploads->{upload2}{tempname} );	
+		like(
+			$file, qr/\.pl$/,
+			'tempname preserves .pl suffix'
+		);
+	}
 
-    unlike(
-        $uploads->{upload4}{tempname}, qr/\..+$/,
-        'tempname for upload4 has no suffix'
-    );
+	{
+		my ($volume,$directories,$file) = File::Spec->splitpath( $uploads->{upload4}{tempname} );	
+		unlike(
+			$file, qr/\..+$/,
+			'tempname for upload4 has no suffix'
+		);
+	}
+
 }
 
 {
     my $uploads = uploads_for('006');
 
-    like(
-        $uploads->{upload2}{tempname}, qr/\.pl$/,
-        'tempname preserves .pl suffix with Windows filename'
-    );
+	{
+		my ($volume,$directories,$file) = File::Spec->splitpath( $uploads->{upload2}{tempname} );	
+		like(
+			$file, qr/\.pl$/,
+			'tempname preserves .pl suffix with Windows filename'
+		);
+	}
+
 }
 
 {
     my $uploads = uploads_for('014');
 
-    like(
-        $uploads->{upload}{tempname}, qr/\.foo\.txt$/,
-        'tempname preserves .foo.txt suffix'
-    );
+	{
+		my ($volume,$directories,$file) = File::Spec->splitpath( $uploads->{upload}{tempname} );	
+		like(
+			$file, qr/\.foo\.txt$/,
+			'tempname preserves .foo.txt suffix'
+		);
+	}
 
-    like(
-        $uploads->{upload2}{tempname}, qr/\.txt$/,
-        'tempname preserves .txt suffix when dir name has .'
-    );
+	{
+		my ($volume,$directories,$file) = File::Spec->splitpath( $uploads->{upload2}{tempname} );	
+		like(
+			$file, qr/\.txt$/,
+			'tempname preserves .txt suffix when dir name has .'
+		);
+	}
 
-    like(
-        $uploads->{upload2}{tempname}, qr/[\\\/]\w+.txt$/,
-        'tempname only gets extension from filename, not from a directory name'
-    );
+	like(
+		$uploads->{upload2}{tempname}, qr/[\\\/]\w+.txt$/,
+		'tempname only gets extension from filename, not from a directory name'
+	);
+
 }
 
 sub uploads_for {




More information about the Pkg-perl-cvs-commits mailing list