r38974 - in /trunk/libfile-changenotify-perl: Changes META.yml SIGNATURE debian/changelog lib/File/ChangeNotify.pm lib/File/ChangeNotify/Watcher.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Jun 30 04:23:21 UTC 2009


Author: jawnsy-guest
Date: Tue Jun 30 04:23:15 2009
New Revision: 38974

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38974
Log:
New upstream release, closes RT#47431

Modified:
    trunk/libfile-changenotify-perl/Changes
    trunk/libfile-changenotify-perl/META.yml
    trunk/libfile-changenotify-perl/SIGNATURE
    trunk/libfile-changenotify-perl/debian/changelog
    trunk/libfile-changenotify-perl/lib/File/ChangeNotify.pm
    trunk/libfile-changenotify-perl/lib/File/ChangeNotify/Watcher.pm

Modified: trunk/libfile-changenotify-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-changenotify-perl/Changes?rev=38974&op=diff
==============================================================================
--- trunk/libfile-changenotify-perl/Changes (original)
+++ trunk/libfile-changenotify-perl/Changes Tue Jun 30 04:23:15 2009
@@ -1,3 +1,10 @@
+0.07   2009-06-29
+
+- Fixed a typo in File::ChangeNotify::Watcher that causes a warning
+  with newer versions of Moose. Reported by David Raab. Fixes RT
+  #47431.
+
+
 0.06   2009-06-03
 
 - Created a Makefile.PL from the Build.PL.

Modified: trunk/libfile-changenotify-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-changenotify-perl/META.yml?rev=38974&op=diff
==============================================================================
--- trunk/libfile-changenotify-perl/META.yml (original)
+++ trunk/libfile-changenotify-perl/META.yml Tue Jun 30 04:23:15 2009
@@ -1,6 +1,6 @@
 ---
 name: File-ChangeNotify
-version: 0.06
+version: 0.07
 author:
   - 'Dave Rolsky, E<gt>autarch at urth.orgE<lt>'
 abstract: 'Watch for changes to files, cross-platform style'
@@ -24,7 +24,7 @@
 provides:
   File::ChangeNotify:
     file: lib/File/ChangeNotify.pm
-    version: 0.06
+    version: 0.07
   File::ChangeNotify::Event:
     file: lib/File/ChangeNotify/Event.pm
   File::ChangeNotify::Watcher:

Modified: trunk/libfile-changenotify-perl/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-changenotify-perl/SIGNATURE?rev=38974&op=diff
==============================================================================
--- trunk/libfile-changenotify-perl/SIGNATURE (original)
+++ trunk/libfile-changenotify-perl/SIGNATURE Tue Jun 30 04:23:15 2009
@@ -15,14 +15,14 @@
 Hash: SHA1
 
 SHA1 320e201e3ad750cc11b4a5154513bbb69d252baf Build.PL
-SHA1 ac3deb0525fdda6ccfdc78c952be118597b8a7c8 Changes
+SHA1 d4bffe5e512c8253cedef0a97b093fe5d026b8b3 Changes
 SHA1 4f9182586187ff87011f608fdd530047938dad7b MANIFEST
-SHA1 df82ad95b2eceb36db162cb65f68e3a39917ec21 META.yml
+SHA1 6d51a28144500d9a782c648ab72d106b5c6daeca META.yml
 SHA1 88867388dd19b387ca8e530b80067b8c20e31ddf Makefile.PL
 SHA1 d96f0fa32094aa30512dd637423804d33344c631 README
-SHA1 dd2ebdd0fad702e952cde698243f1cc0834f4917 lib/File/ChangeNotify.pm
+SHA1 3a15d475daa609d5e992c00bccba85ab1c5fd867 lib/File/ChangeNotify.pm
 SHA1 9ddc0ec930eb4a28ddde32df02d6a8505d9098ab lib/File/ChangeNotify/Event.pm
-SHA1 95a52b89c4d9ecb028508b386d5dec4c03bb4201 lib/File/ChangeNotify/Watcher.pm
+SHA1 b2a5b000a77db2b35afdf38dcf9c37ea930ec667 lib/File/ChangeNotify/Watcher.pm
 SHA1 f050fb1a27ec77d5dc803a8abbaf5993326034f1 lib/File/ChangeNotify/Watcher/Default.pm
 SHA1 ed186a6547af1786b17fe8eab13da3e819140b11 lib/File/ChangeNotify/Watcher/Inotify.pm
 SHA1 a20ef45409fdaaa48eb6c23e61c549f5578f8538 t/all.t
@@ -33,7 +33,7 @@
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.9 (GNU/Linux)
 
-iEYEARECAAYFAkomvrAACgkQ3Or3ZzQuifN+9ACggjJnxsboUpm+sGfWlD2dxxyD
-ntsAmwYEjMx0GNM50cbV2ci4m/uyqovu
-=wmhs
+iEYEARECAAYFAkpI1WcACgkQ3Or3ZzQuifPKEQCfRbAWTDRy0Tpxp6L+W8+7avgz
+61sAoMA+nPbUisfOsQayJFaulEdkBL6h
+=2WkA
 -----END PGP SIGNATURE-----

Modified: trunk/libfile-changenotify-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-changenotify-perl/debian/changelog?rev=38974&op=diff
==============================================================================
--- trunk/libfile-changenotify-perl/debian/changelog (original)
+++ trunk/libfile-changenotify-perl/debian/changelog Tue Jun 30 04:23:15 2009
@@ -1,3 +1,10 @@
+libfile-changenotify-perl (0.07-1) unstable; urgency=low
+
+  * New upstream release
+    + Closes RT#47431
+
+ -- Jonathan Yu <frequency at cpan.org>  Mon, 29 Jun 2009 20:20:40 -0400
+
 libfile-changenotify-perl (0.06-1) unstable; urgency=low
 
   * Initial Release. (Closes: #529795)

Modified: trunk/libfile-changenotify-perl/lib/File/ChangeNotify.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-changenotify-perl/lib/File/ChangeNotify.pm?rev=38974&op=diff
==============================================================================
--- trunk/libfile-changenotify-perl/lib/File/ChangeNotify.pm (original)
+++ trunk/libfile-changenotify-perl/lib/File/ChangeNotify.pm Tue Jun 30 04:23:15 2009
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.06';
+our $VERSION = '0.07';
 
 use Carp qw( confess );
 use Class::MOP;

Modified: trunk/libfile-changenotify-perl/lib/File/ChangeNotify/Watcher.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-changenotify-perl/lib/File/ChangeNotify/Watcher.pm?rev=38974&op=diff
==============================================================================
--- trunk/libfile-changenotify-perl/lib/File/ChangeNotify/Watcher.pm (original)
+++ trunk/libfile-changenotify-perl/lib/File/ChangeNotify/Watcher.pm Tue Jun 30 04:23:15 2009
@@ -3,6 +3,7 @@
 use strict;
 use warnings;
 
+use File::ChangeNotify::Event;
 use Moose;
 use Moose::Util::TypeConstraints;
 use MooseX::Params::Validate qw( pos_validated_list );
@@ -43,7 +44,7 @@
 
 has event_class =>
     ( is      => 'ro',
-      ias     => 'ClassName',
+      isa     => 'ClassName',
       default => 'File::ChangeNotify::Event',
     );
 




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