r46954 - in /trunk/libfile-changenotify-perl: ./ debian/ lib/File/ lib/File/ChangeNotify/ lib/File/ChangeNotify/Watcher/ t/ xt/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Nov 9 17:55:15 UTC 2009


Author: jawnsy-guest
Date: Mon Nov  9 17:55:08 2009
New Revision: 46954

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46954
Log:
IGNORE-VERSION: 0.09-1
Fix for Win32
* New upstream release

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/Event.pm
    trunk/libfile-changenotify-perl/lib/File/ChangeNotify/Watcher.pm
    trunk/libfile-changenotify-perl/lib/File/ChangeNotify/Watcher/Default.pm
    trunk/libfile-changenotify-perl/lib/File/ChangeNotify/Watcher/Inotify.pm
    trunk/libfile-changenotify-perl/lib/File/ChangeNotify/Watcher/KQueue.pm
    trunk/libfile-changenotify-perl/t/excluded-dirs.t
    trunk/libfile-changenotify-perl/xt/pod-spell.t

Modified: trunk/libfile-changenotify-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-changenotify-perl/Changes?rev=46954&op=diff
==============================================================================
--- trunk/libfile-changenotify-perl/Changes (original)
+++ trunk/libfile-changenotify-perl/Changes Mon Nov  9 17:55:08 2009
@@ -1,3 +1,10 @@
+0.09   2009-11-09
+
+- This release fixes the excluded-dirs.t under Windows. There are no other
+  changes in this release, so there's no need to upgrade if you have 0.08
+  installed. Patch by Taro Nishino. RT #51161.
+
+
 0.08   2009-11-05
 
 - Added a new exclude feature that allows you to excludes files or directories

Modified: trunk/libfile-changenotify-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-changenotify-perl/META.yml?rev=46954&op=diff
==============================================================================
--- trunk/libfile-changenotify-perl/META.yml (original)
+++ trunk/libfile-changenotify-perl/META.yml Mon Nov  9 17:55:08 2009
@@ -1,6 +1,6 @@
 ---
 name: File-ChangeNotify
-version: 0.08
+version: 0.09
 author:
   - 'Dave Rolsky, E<lt>autarch at urth.orgE<gt>'
 abstract: 'Watch for changes to files, cross-platform style'
@@ -26,22 +26,22 @@
 provides:
   File::ChangeNotify:
     file: lib/File/ChangeNotify.pm
-    version: 0.08
+    version: 0.09
   File::ChangeNotify::Event:
     file: lib/File/ChangeNotify/Event.pm
-    version: 0.08
+    version: 0.09
   File::ChangeNotify::Watcher:
     file: lib/File/ChangeNotify/Watcher.pm
-    version: 0.08
+    version: 0.09
   File::ChangeNotify::Watcher::Default:
     file: lib/File/ChangeNotify/Watcher/Default.pm
-    version: 0.08
+    version: 0.09
   File::ChangeNotify::Watcher::Inotify:
     file: lib/File/ChangeNotify/Watcher/Inotify.pm
-    version: 0.08
+    version: 0.09
   File::ChangeNotify::Watcher::KQueue:
     file: lib/File/ChangeNotify/Watcher/KQueue.pm
-    version: 0.08
+    version: 0.09
 generated_by: Module::Build version 0.35
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html

Modified: trunk/libfile-changenotify-perl/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-changenotify-perl/SIGNATURE?rev=46954&op=diff
==============================================================================
--- trunk/libfile-changenotify-perl/SIGNATURE (original)
+++ trunk/libfile-changenotify-perl/SIGNATURE Mon Nov  9 17:55:08 2009
@@ -15,29 +15,29 @@
 Hash: SHA1
 
 SHA1 320e201e3ad750cc11b4a5154513bbb69d252baf Build.PL
-SHA1 6c0bcb117963cfd5c6dd08350c74dcfc1248df14 Changes
+SHA1 b8d9023abda64c8203470239df5b1aac0ceccca1 Changes
 SHA1 e40d6e15d5589e7f9c853f7e5a7e626395a9e885 MANIFEST
-SHA1 2447e9302ec8b79d538e1375aa9a6c3443bfdd4c META.yml
+SHA1 c7c02de100e93eca156da3c4e1b33b77589bb514 META.yml
 SHA1 63c491a63b40e106c8f11e011ee984298f809e48 Makefile.PL
 SHA1 87a34b42c7b238703780d6f0176cca227d48688f README
-SHA1 34dad5e8aa64545e77c09b5c7935a013e49110c2 lib/File/ChangeNotify.pm
-SHA1 1e2523262084886c866e06e3d701966802a806ce lib/File/ChangeNotify/Event.pm
-SHA1 c6adfc8acbb1a81e0798e65a0c9f250ed2860e6f lib/File/ChangeNotify/Watcher.pm
-SHA1 f8ad6a6bb0505c2ae1b7fa221ba2fb5707455cf0 lib/File/ChangeNotify/Watcher/Default.pm
-SHA1 1dd8f3109cbb4ff7c68afae2e009d51cd45549b9 lib/File/ChangeNotify/Watcher/Inotify.pm
-SHA1 1532bfde4d79f279fcc098ad930143f44ce97060 lib/File/ChangeNotify/Watcher/KQueue.pm
+SHA1 5ab6f676f47f8ef0ce0860297310a52a10f8e6ff lib/File/ChangeNotify.pm
+SHA1 3a32a37b48992042e9d6116c85843bc908dceda3 lib/File/ChangeNotify/Event.pm
+SHA1 f62c3ca228ceb345a8834465594cbd78fa541f5c lib/File/ChangeNotify/Watcher.pm
+SHA1 24c1d062e20d82fa11b2c84cdc6fe0097bcddd81 lib/File/ChangeNotify/Watcher/Default.pm
+SHA1 6a3696264cdd5da6f9e1f7456eb3be50cf990295 lib/File/ChangeNotify/Watcher/Inotify.pm
+SHA1 75acb53263ad71719942d7b775d424d5002229d8 lib/File/ChangeNotify/Watcher/KQueue.pm
 SHA1 a20ef45409fdaaa48eb6c23e61c549f5578f8538 t/all.t
-SHA1 8f7c50edc33e7fc22ceba426058086052336c4bc t/excluded-dirs.t
+SHA1 5fce136606b00c4f30c536d19efeb24f35c8394e t/excluded-dirs.t
 SHA1 7937d1a567dab6508584f4f5c5b88f4d0a03dae2 t/lib/File/ChangeNotify/TestHelper.pm
 SHA1 09190c9e56f8c73824b2fd32dc650d5530b63c68 xt/kwalitee.t
 SHA1 8e6421341f83d310a8dad8a98542c390a8570118 xt/pod-coverage.t
-SHA1 7b56d54c98bd0b66939009b19f30ad7fee5734df xt/pod-spell.t
+SHA1 e089aeb9583cff991392910d6f39155eb78a9695 xt/pod-spell.t
 SHA1 8d1b5482518344568bc54528ff906481d4cc56e3 xt/pod.t
 SHA1 deebdfd5c8b0d2319e15f9941490e424f6072db5 xt/versions-match.t
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.9 (GNU/Linux)
 
-iEYEARECAAYFAkrzSxkACgkQIgMCsV8qvRLQ7QCdEG984cf437c2naNz2kuAtxRu
-qd0AnjS0zSb+aO5F9hWpAt9tEGp3IZF8
-=m44B
+iEYEARECAAYFAkr3vZQACgkQIgMCsV8qvRLM3ACeM5Tt3LAaj4HWKzGv2zctWNfP
+P2oAoIkL/Jl9IhY8Gn6JEdT58Xrib9JM
+=eFOm
 -----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=46954&op=diff
==============================================================================
--- trunk/libfile-changenotify-perl/debian/changelog (original)
+++ trunk/libfile-changenotify-perl/debian/changelog Mon Nov  9 17:55:08 2009
@@ -1,3 +1,12 @@
+libfile-changenotify-perl (0.09-1) UNRELEASED; urgency=low
+
+  IGNORE-VERSION: 0.09-1
+  Fix for Win32
+
+  * New upstream release
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Mon, 09 Nov 2009 09:14:35 -0500
+
 libfile-changenotify-perl (0.08-1) unstable; urgency=low
 
   [ Jonathan Yu ]

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=46954&op=diff
==============================================================================
--- trunk/libfile-changenotify-perl/lib/File/ChangeNotify.pm (original)
+++ trunk/libfile-changenotify-perl/lib/File/ChangeNotify.pm Mon Nov  9 17:55:08 2009
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.08';
+our $VERSION = '0.09';
 
 use Carp qw( confess );
 use Class::MOP;

Modified: trunk/libfile-changenotify-perl/lib/File/ChangeNotify/Event.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-changenotify-perl/lib/File/ChangeNotify/Event.pm?rev=46954&op=diff
==============================================================================
--- trunk/libfile-changenotify-perl/lib/File/ChangeNotify/Event.pm (original)
+++ trunk/libfile-changenotify-perl/lib/File/ChangeNotify/Event.pm Mon Nov  9 17:55:08 2009
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.08';
+our $VERSION = '0.09';
 
 use Moose;
 use Moose::Util::TypeConstraints;

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=46954&op=diff
==============================================================================
--- trunk/libfile-changenotify-perl/lib/File/ChangeNotify/Watcher.pm (original)
+++ trunk/libfile-changenotify-perl/lib/File/ChangeNotify/Watcher.pm Mon Nov  9 17:55:08 2009
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.08';
+our $VERSION = '0.09';
 
 use File::ChangeNotify::Event;
 use List::MoreUtils qw(all);

Modified: trunk/libfile-changenotify-perl/lib/File/ChangeNotify/Watcher/Default.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-changenotify-perl/lib/File/ChangeNotify/Watcher/Default.pm?rev=46954&op=diff
==============================================================================
--- trunk/libfile-changenotify-perl/lib/File/ChangeNotify/Watcher/Default.pm (original)
+++ trunk/libfile-changenotify-perl/lib/File/ChangeNotify/Watcher/Default.pm Mon Nov  9 17:55:08 2009
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.08';
+our $VERSION = '0.09';
 
 use File::Find qw( finddepth );
 use File::Spec;

Modified: trunk/libfile-changenotify-perl/lib/File/ChangeNotify/Watcher/Inotify.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-changenotify-perl/lib/File/ChangeNotify/Watcher/Inotify.pm?rev=46954&op=diff
==============================================================================
--- trunk/libfile-changenotify-perl/lib/File/ChangeNotify/Watcher/Inotify.pm (original)
+++ trunk/libfile-changenotify-perl/lib/File/ChangeNotify/Watcher/Inotify.pm Mon Nov  9 17:55:08 2009
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.08';
+our $VERSION = '0.09';
 
 use File::Find ();
 use Linux::Inotify2;

Modified: trunk/libfile-changenotify-perl/lib/File/ChangeNotify/Watcher/KQueue.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-changenotify-perl/lib/File/ChangeNotify/Watcher/KQueue.pm?rev=46954&op=diff
==============================================================================
--- trunk/libfile-changenotify-perl/lib/File/ChangeNotify/Watcher/KQueue.pm (original)
+++ trunk/libfile-changenotify-perl/lib/File/ChangeNotify/Watcher/KQueue.pm Mon Nov  9 17:55:08 2009
@@ -5,7 +5,7 @@
 
 use Moose;
 
-our $VERSION = '0.08';
+our $VERSION = '0.09';
 
 use File::Find ();
 use IO::KQueue;

Modified: trunk/libfile-changenotify-perl/t/excluded-dirs.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-changenotify-perl/t/excluded-dirs.t?rev=46954&op=diff
==============================================================================
--- trunk/libfile-changenotify-perl/t/excluded-dirs.t (original)
+++ trunk/libfile-changenotify-perl/t/excluded-dirs.t Mon Nov  9 17:55:08 2009
@@ -18,8 +18,8 @@
         f('foo'),
         f('bar'),
         f( 'excluded', 'dir' ),
-        qr(/r[^/]+$),
-        qr(/\.[^/]*$),
+        qr{(?:\\|/)r[^\\/]+$},
+        qr{(?:\\|/)\.[^\\/]*$},
     ]
 );
 

Modified: trunk/libfile-changenotify-perl/xt/pod-spell.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-changenotify-perl/xt/pod-spell.t?rev=46954&op=diff
==============================================================================
--- trunk/libfile-changenotify-perl/xt/pod-spell.t (original)
+++ trunk/libfile-changenotify-perl/xt/pod-spell.t Mon Nov  9 17:55:08 2009
@@ -23,5 +23,6 @@
 Inotify
 Linux's
 KQueue
+PayPal
 subdirectories
 userspace




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