r38835 - in /branches/upstream/libdata-stream-bulk-perl/current: Changes META.yml SIGNATURE lib/Data/Stream/Bulk.pm lib/Data/Stream/Bulk/Callback.pm

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sat Jun 27 16:38:28 UTC 2009


Author: ansgar-guest
Date: Sat Jun 27 16:38:23 2009
New Revision: 38835

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38835
Log:
[svn-upgrade] Integrating new upstream version, libdata-stream-bulk-perl (0.05)

Modified:
    branches/upstream/libdata-stream-bulk-perl/current/Changes
    branches/upstream/libdata-stream-bulk-perl/current/META.yml
    branches/upstream/libdata-stream-bulk-perl/current/SIGNATURE
    branches/upstream/libdata-stream-bulk-perl/current/lib/Data/Stream/Bulk.pm
    branches/upstream/libdata-stream-bulk-perl/current/lib/Data/Stream/Bulk/Callback.pm

Modified: branches/upstream/libdata-stream-bulk-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-stream-bulk-perl/current/Changes?rev=38835&op=diff
==============================================================================
--- branches/upstream/libdata-stream-bulk-perl/current/Changes (original)
+++ branches/upstream/libdata-stream-bulk-perl/current/Changes Sat Jun 27 16:38:23 2009
@@ -1,3 +1,6 @@
+0.05
+	- Silence some new warnings from Moose
+
 0.04
 	- add exclusions to role composition to avoid the new warning
 

Modified: branches/upstream/libdata-stream-bulk-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-stream-bulk-perl/current/META.yml?rev=38835&op=diff
==============================================================================
--- branches/upstream/libdata-stream-bulk-perl/current/META.yml (original)
+++ branches/upstream/libdata-stream-bulk-perl/current/META.yml Sat Jun 27 16:38:23 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Data-Stream-Bulk
-version:            0.04
+version:            0.05
 abstract:           ~
 author:  []
 license:            unknown

Modified: branches/upstream/libdata-stream-bulk-perl/current/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-stream-bulk-perl/current/SIGNATURE?rev=38835&op=diff
==============================================================================
--- branches/upstream/libdata-stream-bulk-perl/current/SIGNATURE (original)
+++ branches/upstream/libdata-stream-bulk-perl/current/SIGNATURE Sat Jun 27 16:38:23 2009
@@ -14,14 +14,14 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-SHA1 2c47d7ce6c1eb0b8bef7bc61d82217b27a16f02c Changes
+SHA1 55c18561337561570f625b98f77f46bf68019d8b Changes
 SHA1 1bcf8fdfacc33ee6a279c6ef66d5ee7e9c0bf41a MANIFEST
 SHA1 190e9058eb9c6446a1a3f3ddf15b082f1ecde152 MANIFEST.SKIP
-SHA1 05e15061b580b4e7bceb52f6ff0cf1a4cd9af77f META.yml
+SHA1 84cb466d6fae14f19d03e67ed046e5198786b1df META.yml
 SHA1 bcf7bb00b1610830e122fd7fcdb37659e9471525 Makefile.PL
-SHA1 901622673e388a8d6dcf0c7f4da6b04c8f4f7385 lib/Data/Stream/Bulk.pm
+SHA1 bc97efd37676653663f2fb6bd67275e10a134356 lib/Data/Stream/Bulk.pm
 SHA1 b0f51f4b50a74f9480ca0bada1cfa11413766c78 lib/Data/Stream/Bulk/Array.pm
-SHA1 2389978fb9b80ab7e5890e1ba5c9bebd1f910e13 lib/Data/Stream/Bulk/Callback.pm
+SHA1 0e0cb58822476728658795ea8d94f58d39943165 lib/Data/Stream/Bulk/Callback.pm
 SHA1 7caeded7484ca7779fc72344b68e8bb408c85b5f lib/Data/Stream/Bulk/Cat.pm
 SHA1 a8d81a2916c71eeb859c1d2d040c84706b91a131 lib/Data/Stream/Bulk/DBI.pm
 SHA1 c0c270cfef2095da1ef5839f7faf09a12d823617 lib/Data/Stream/Bulk/DBIC.pm
@@ -37,7 +37,7 @@
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.7 (Darwin)
 
-iD8DBQFJ8PoVVCwRwOvSdBgRAiqXAJ9CbMSZ0cQottOGeHIqPBzceo30swCdFHlg
-txYHCV4sO5wAd1AEsq0EzsQ=
-=p4V6
+iD8DBQFKRV+1VCwRwOvSdBgRAkJyAJ4yw8w3gIvcQ/GMizgZ9IcepFzedwCguf2F
+J3VfZ05sMkcFaX7mp5sD944=
+=CqyG
 -----END PGP SIGNATURE-----

Modified: branches/upstream/libdata-stream-bulk-perl/current/lib/Data/Stream/Bulk.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-stream-bulk-perl/current/lib/Data/Stream/Bulk.pm?rev=38835&op=diff
==============================================================================
--- branches/upstream/libdata-stream-bulk-perl/current/lib/Data/Stream/Bulk.pm (original)
+++ branches/upstream/libdata-stream-bulk-perl/current/lib/Data/Stream/Bulk.pm Sat Jun 27 16:38:23 2009
@@ -5,7 +5,7 @@
 
 use namespace::clean -except => 'meta';
 
-our $VERSION = "0.04";
+our $VERSION = "0.05";
 
 requires qw(next is_done);
 

Modified: branches/upstream/libdata-stream-bulk-perl/current/lib/Data/Stream/Bulk/Callback.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-stream-bulk-perl/current/lib/Data/Stream/Bulk/Callback.pm?rev=38835&op=diff
==============================================================================
--- branches/upstream/libdata-stream-bulk-perl/current/lib/Data/Stream/Bulk/Callback.pm (original)
+++ branches/upstream/libdata-stream-bulk-perl/current/lib/Data/Stream/Bulk/Callback.pm Sat Jun 27 16:38:23 2009
@@ -5,7 +5,7 @@
 
 use namespace::clean -except => 'meta';
 
-with qw(Data::Stream::Bulk::DoneFlag) => { excludes => 'is_done' };
+with qw(Data::Stream::Bulk::DoneFlag) => { excludes => [qw(is_done finished)] };
 
 has callback => (
 	isa => "CodeRef|Str",




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