r71759 - in /trunk/libhttp-body-perl: ./ debian/ lib/HTTP/ lib/HTTP/Body/ t/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Mar 20 14:42:24 UTC 2011


Author: jawnsy-guest
Date: Sun Mar 20 14:42:10 2011
New Revision: 71759

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71759
Log:
Only test changes, no need to upload
IGNORE-VERSION: 1.12-1
* New upstream release
* No longer run author POD tests
* Bump to debhelper compat 8
* Rewrite control description

Added:
    trunk/libhttp-body-perl/svn-commit.2.tmp
      - copied unchanged from r71747, branches/upstream/libhttp-body-perl/current/svn-commit.2.tmp
    trunk/libhttp-body-perl/svn-commit.tmp
      - copied unchanged from r71747, branches/upstream/libhttp-body-perl/current/svn-commit.tmp
Modified:
    trunk/libhttp-body-perl/Changes
    trunk/libhttp-body-perl/LICENSE
    trunk/libhttp-body-perl/MANIFEST
    trunk/libhttp-body-perl/META.yml
    trunk/libhttp-body-perl/Makefile.PL
    trunk/libhttp-body-perl/README
    trunk/libhttp-body-perl/debian/changelog
    trunk/libhttp-body-perl/debian/compat
    trunk/libhttp-body-perl/debian/control
    trunk/libhttp-body-perl/debian/copyright
    trunk/libhttp-body-perl/debian/rules
    trunk/libhttp-body-perl/dist.ini
    trunk/libhttp-body-perl/lib/HTTP/Body.pm
    trunk/libhttp-body-perl/lib/HTTP/Body/MultiPart.pm
    trunk/libhttp-body-perl/lib/HTTP/Body/OctetStream.pm
    trunk/libhttp-body-perl/lib/HTTP/Body/UrlEncoded.pm
    trunk/libhttp-body-perl/lib/HTTP/Body/XForms.pm
    trunk/libhttp-body-perl/lib/HTTP/Body/XFormsMultipart.pm
    trunk/libhttp-body-perl/t/08multipart-suffix.t

Modified: trunk/libhttp-body-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/Changes?rev=71759&op=diff
==============================================================================
--- trunk/libhttp-body-perl/Changes (original)
+++ trunk/libhttp-body-perl/Changes Sun Mar 20 14:42:10 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: trunk/libhttp-body-perl/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/LICENSE?rev=71759&op=diff
==============================================================================
--- trunk/libhttp-body-perl/LICENSE (original)
+++ trunk/libhttp-body-perl/LICENSE Sun Mar 20 14:42:10 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: trunk/libhttp-body-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/MANIFEST?rev=71759&op=diff
==============================================================================
--- trunk/libhttp-body-perl/MANIFEST (original)
+++ trunk/libhttp-body-perl/MANIFEST Sun Mar 20 14:42:10 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: trunk/libhttp-body-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/META.yml?rev=71759&op=diff
==============================================================================
--- trunk/libhttp-body-perl/META.yml (original)
+++ trunk/libhttp-body-perl/META.yml Sun Mar 20 14:42:10 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: trunk/libhttp-body-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/Makefile.PL?rev=71759&op=diff
==============================================================================
--- trunk/libhttp-body-perl/Makefile.PL (original)
+++ trunk/libhttp-body-perl/Makefile.PL Sun Mar 20 14:42:10 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: trunk/libhttp-body-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/README?rev=71759&op=diff
==============================================================================
--- trunk/libhttp-body-perl/README (original)
+++ trunk/libhttp-body-perl/README Sun Mar 20 14:42:10 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: trunk/libhttp-body-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/debian/changelog?rev=71759&op=diff
==============================================================================
--- trunk/libhttp-body-perl/debian/changelog (original)
+++ trunk/libhttp-body-perl/debian/changelog Sun Mar 20 14:42:10 2011
@@ -1,3 +1,15 @@
+libhttp-body-perl (1.12-1) UNRELEASED; urgency=low
+
+  Only test changes, no need to upload
+  IGNORE-VERSION: 1.12-1
+
+  * New upstream release
+  * No longer run author POD tests
+  * Bump to debhelper compat 8
+  * Rewrite control description
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 20 Mar 2011 11:01:24 -0400
+
 libhttp-body-perl (1.11-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libhttp-body-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/debian/compat?rev=71759&op=diff
==============================================================================
--- trunk/libhttp-body-perl/debian/compat (original)
+++ trunk/libhttp-body-perl/debian/compat Sun Mar 20 14:42:10 2011
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libhttp-body-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/debian/control?rev=71759&op=diff
==============================================================================
--- trunk/libhttp-body-perl/debian/control (original)
+++ trunk/libhttp-body-perl/debian/control Sun Mar 20 14:42:10 2011
@@ -1,9 +1,12 @@
 Source: libhttp-body-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: perl, libyaml-perl, libpath-class-perl, 
- libtest-pod-perl, libtest-pod-coverage-perl, libwww-perl, libtest-deep-perl,
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl,
+ libyaml-perl,
+ libpath-class-perl,
+ libwww-perl,
+ libtest-deep-perl,
  perl (>= 5.10.1) | libtest-simple-perl (>= 0.86)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
@@ -18,9 +21,11 @@
 
 Package: libhttp-body-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libyaml-perl, 
- libpath-class-perl, libwww-perl
-Description: module for manipulating HTTP POST data as an object
- HTTP::Body is a Perl module for manipulating HTTP POST request data in an
- object-oriented way, providing support for application/x-www-form-urlencoded
- application/octet-stream, and multipart/form-data.
+Depends: ${perl:Depends}, ${misc:Depends},
+ libyaml-perl,
+ libpath-class-perl,
+ libwww-perl
+Description: module for processing data from HTTP POST requests
+ HTTP::Body is a Perl module for processing data from HTTP POST requests. It
+ supports application/x-www-form-urlencoded, application/octet-stream, and
+ multipart/form-data.

Modified: trunk/libhttp-body-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/debian/copyright?rev=71759&op=diff
==============================================================================
--- trunk/libhttp-body-perl/debian/copyright (original)
+++ trunk/libhttp-body-perl/debian/copyright Sun Mar 20 14:42:10 2011
@@ -4,11 +4,11 @@
 Name: HTTP-Body
 
 Files: *
-Copyright: 2010, Christian Hansen <chansen at cpan.org>
+Copyright: 2011, Christian Hansen <chansen at cpan.org>
 License: Artistic or GPL-1+
 
 Files: t/data/benchmark/001-content.dat
- 2002-2005, Dan Kogai <dankogai at dan.co.jp>
+Copyright: 2002-2005, Dan Kogai <dankogai at dan.co.jp>
  Andreas J. Koenig <andreas.koenig at anima.de>
  Anton Tagunov <tagunov at motor.ru>
  Autrijus Tang <autrijus at autrijus.org>
@@ -61,7 +61,7 @@
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
+Copyright: 2010-2011, Jonathan Yu <jawnsy at cpan.org>
  2008-2010, gregor herrmann <gregoa at debian.org>
  2009, Nathan Handler <nhandler at ubuntu.com>
  2005-2008, Krzysztof Krzyżaniak (eloy) <eloy at debian.org>

Modified: trunk/libhttp-body-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/debian/rules?rev=71759&op=diff
==============================================================================
--- trunk/libhttp-body-perl/debian/rules (original)
+++ trunk/libhttp-body-perl/debian/rules Sun Mar 20 14:42:10 2011
@@ -2,6 +2,3 @@
 
 %:
 	dh $@
-
-override_dh_auto_test:
-	TEST_POD=1 dh_auto_test

Modified: trunk/libhttp-body-perl/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/dist.ini?rev=71759&op=diff
==============================================================================
--- trunk/libhttp-body-perl/dist.ini (original)
+++ trunk/libhttp-body-perl/dist.ini Sun Mar 20 14:42:10 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: trunk/libhttp-body-perl/lib/HTTP/Body.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/lib/HTTP/Body.pm?rev=71759&op=diff
==============================================================================
--- trunk/libhttp-body-perl/lib/HTTP/Body.pm (original)
+++ trunk/libhttp-body-perl/lib/HTTP/Body.pm Sun Mar 20 14:42:10 2011
@@ -1,6 +1,6 @@
 package HTTP::Body;
 BEGIN {
-  $HTTP::Body::VERSION = '1.11';
+  $HTTP::Body::VERSION = '1.12';
 }
 
 use strict;

Modified: trunk/libhttp-body-perl/lib/HTTP/Body/MultiPart.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/lib/HTTP/Body/MultiPart.pm?rev=71759&op=diff
==============================================================================
--- trunk/libhttp-body-perl/lib/HTTP/Body/MultiPart.pm (original)
+++ trunk/libhttp-body-perl/lib/HTTP/Body/MultiPart.pm Sun Mar 20 14:42:10 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: trunk/libhttp-body-perl/lib/HTTP/Body/OctetStream.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/lib/HTTP/Body/OctetStream.pm?rev=71759&op=diff
==============================================================================
--- trunk/libhttp-body-perl/lib/HTTP/Body/OctetStream.pm (original)
+++ trunk/libhttp-body-perl/lib/HTTP/Body/OctetStream.pm Sun Mar 20 14:42:10 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: trunk/libhttp-body-perl/lib/HTTP/Body/UrlEncoded.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/lib/HTTP/Body/UrlEncoded.pm?rev=71759&op=diff
==============================================================================
--- trunk/libhttp-body-perl/lib/HTTP/Body/UrlEncoded.pm (original)
+++ trunk/libhttp-body-perl/lib/HTTP/Body/UrlEncoded.pm Sun Mar 20 14:42:10 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: trunk/libhttp-body-perl/lib/HTTP/Body/XForms.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/lib/HTTP/Body/XForms.pm?rev=71759&op=diff
==============================================================================
--- trunk/libhttp-body-perl/lib/HTTP/Body/XForms.pm (original)
+++ trunk/libhttp-body-perl/lib/HTTP/Body/XForms.pm Sun Mar 20 14:42:10 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: trunk/libhttp-body-perl/lib/HTTP/Body/XFormsMultipart.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/lib/HTTP/Body/XFormsMultipart.pm?rev=71759&op=diff
==============================================================================
--- trunk/libhttp-body-perl/lib/HTTP/Body/XFormsMultipart.pm (original)
+++ trunk/libhttp-body-perl/lib/HTTP/Body/XFormsMultipart.pm Sun Mar 20 14:42:10 2011
@@ -1,6 +1,6 @@
 package HTTP::Body::XFormsMultipart;
 BEGIN {
-  $HTTP::Body::XFormsMultipart::VERSION = '1.11';
+  $HTTP::Body::XFormsMultipart::VERSION = '1.12';
 }
 
 use strict;

Modified: trunk/libhttp-body-perl/t/08multipart-suffix.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/t/08multipart-suffix.t?rev=71759&op=diff
==============================================================================
--- trunk/libhttp-body-perl/t/08multipart-suffix.t (original)
+++ trunk/libhttp-body-perl/t/08multipart-suffix.t Sun Mar 20 14:42:10 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