The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Build.PL 01
Changes 03
META.json 34
META.yml 23
README 22
README.md 22
lib/AnyEvent/Filesys/Notify/Event.pm 22
lib/AnyEvent/Filesys/Notify/Role/FSEvents.pm 22
lib/AnyEvent/Filesys/Notify/Role/Fallback.pm 22
lib/AnyEvent/Filesys/Notify/Role/Inotify2.pm 22
lib/AnyEvent/Filesys/Notify/Role/KQueue.pm 22
lib/AnyEvent/Filesys/Notify.pm 33
12 files changed (This is a version diff) 2228
@@ -9,6 +9,7 @@ my $build = Module::Build->new(
     },
 
     requires => {
+        'perl'                         => '5.006',
         'Moo'                          => '1.003001',
         'MooX::late'                   => '0.014',
         'MooX::Types::MooseLike::Base' => '0.25',
@@ -1,5 +1,8 @@
 Changes for AnyEvent::Filesys::Notify
 
+1.15 - Fri Aug 15 20:14:38 EDT 2014
+    Adds minimum version of perl to the prereqs
+
 1.12 - Sun Dec 22 14:04:39 EST 2013
     Uses KQueue on any BSD RT#91556
 
@@ -45,14 +45,15 @@
             "MooX::late" : "0.014",
             "Path::Iterator::Rule" : "1.005",
             "Try::Tiny" : "0.18",
-            "namespace::sweep" : "0.006"
+            "namespace::sweep" : "0.006",
+            "perl" : "5.006"
          }
       }
    },
    "provides" : {
       "AnyEvent::Filesys::Notify" : {
          "file" : "lib/AnyEvent/Filesys/Notify.pm",
-         "version" : "1.14"
+         "version" : "1.15"
       },
       "AnyEvent::Filesys::Notify::Event" : {
          "file" : "lib/AnyEvent/Filesys/Notify/Event.pm",
@@ -87,5 +88,5 @@
          "url" : "http://github.com/mvgrimes/AnyEvent-Filesys-Notify"
       }
    },
-   "version" : "1.14"
+   "version" : "1.15"
 }
@@ -26,7 +26,7 @@ name: AnyEvent-Filesys-Notify
 provides:
   AnyEvent::Filesys::Notify:
     file: lib/AnyEvent/Filesys/Notify.pm
-    version: 1.14
+    version: 1.15
   AnyEvent::Filesys::Notify::Event:
     file: lib/AnyEvent/Filesys/Notify/Event.pm
     version: 0
@@ -53,8 +53,9 @@ requires:
   Path::Iterator::Rule: 1.005
   Try::Tiny: 0.18
   namespace::sweep: 0.006
+  perl: 5.006
 resources:
   bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=AnyEvent-Filesys-Notify
   license: http://dev.perl.org/licenses/
   repository: http://github.com/mvgrimes/AnyEvent-Filesys-Notify
-version: 1.14
+version: 1.15
@@ -3,7 +3,7 @@ NAME
     files/directories for changes
 
 VERSION
-    version 1.14
+    version 1.15
 
 SYNOPSIS
         use AnyEvent::Filesys::Notify;
@@ -176,7 +176,7 @@ AUTHOR
     Mark Grimes, <mgrimes@cpan.org>
 
 COPYRIGHT AND LICENSE
-    This software is copyright (c) 2013 by Mark Grimes, <mgrimes@cpan.org>.
+    This software is copyright (c) 2014 by Mark Grimes, <mgrimes@cpan.org>.
 
     This is free software; you can redistribute it and/or modify it under
     the same terms as the Perl 5 programming language system itself.
@@ -4,7 +4,7 @@ AnyEvent::Filesys::Notify - An AnyEvent compatible module to monitor files/direc
 
 # VERSION
 
-version 1.14
+version 1.15
 
 # SYNOPSIS
 
@@ -193,7 +193,7 @@ Mark Grimes, <mgrimes@cpan.org>
 
 # COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2013 by Mark Grimes, <mgrimes@cpan.org>.
+This software is copyright (c) 2014 by Mark Grimes, <mgrimes@cpan.org>.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -32,7 +32,7 @@ AnyEvent::Filesys::Notify::Event - Object to report changes in the monitored fil
 
 =head1 VERSION
 
-version 1.14
+version 1.15
 
 =head1 SYNOPSIS
 
@@ -110,7 +110,7 @@ Mark Grimes, E<lt>mgrimes@cpan.orgE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2013 by Mark Grimes, E<lt>mgrimes@cpan.orgE<gt>.
+This software is copyright (c) 2014 by Mark Grimes, E<lt>mgrimes@cpan.orgE<gt>.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -48,7 +48,7 @@ AnyEvent::Filesys::Notify::Role::FSEvents - Use Mac::FSEvents to watch for chang
 
 =head1 VERSION
 
-version 1.14
+version 1.15
 
 =head1 AUTHOR
 
@@ -56,7 +56,7 @@ Mark Grimes, E<lt>mgrimes@cpan.orgE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2013 by Mark Grimes, E<lt>mgrimes@cpan.orgE<gt>.
+This software is copyright (c) 2014 by Mark Grimes, E<lt>mgrimes@cpan.orgE<gt>.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -34,7 +34,7 @@ AnyEvent::Filesys::Notify::Role::Fallback - Fallback method of file watching (ch
 
 =head1 VERSION
 
-version 1.14
+version 1.15
 
 =head1 AUTHOR
 
@@ -42,7 +42,7 @@ Mark Grimes, E<lt>mgrimes@cpan.orgE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2013 by Mark Grimes, E<lt>mgrimes@cpan.orgE<gt>.
+This software is copyright (c) 2014 by Mark Grimes, E<lt>mgrimes@cpan.orgE<gt>.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -130,7 +130,7 @@ AnyEvent::Filesys::Notify::Role::Inotify2 - Use Linux::Inotify2 to watch for cha
 
 =head1 VERSION
 
-version 1.14
+version 1.15
 
 =head1 AUTHOR
 
@@ -138,7 +138,7 @@ Mark Grimes, E<lt>mgrimes@cpan.orgE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2013 by Mark Grimes, E<lt>mgrimes@cpan.orgE<gt>.
+This software is copyright (c) 2014 by Mark Grimes, E<lt>mgrimes@cpan.orgE<gt>.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -112,7 +112,7 @@ AnyEvent::Filesys::Notify::Role::KQueue - Use IO::KQueue to watch for changed fi
 
 =head1 VERSION
 
-version 1.14
+version 1.15
 
 =head1 CONTRIBUTORS
 
@@ -125,7 +125,7 @@ Mark Grimes, E<lt>mgrimes@cpan.orgE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2013 by Mark Grimes, E<lt>mgrimes@cpan.orgE<gt>.
+This software is copyright (c) 2014 by Mark Grimes, E<lt>mgrimes@cpan.orgE<gt>.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -13,7 +13,7 @@ use AnyEvent::Filesys::Notify::Event;
 use Carp;
 use Try::Tiny;
 
-our $VERSION = '1.14';
+our $VERSION = '1.15';
 my $AEFN = 'AnyEvent::Filesys::Notify';
 
 has dirs         => ( is => 'ro', isa => 'ArrayRef[Str]', required => 1 );
@@ -234,7 +234,7 @@ AnyEvent::Filesys::Notify - An AnyEvent compatible module to monitor files/direc
 
 =head1 VERSION
 
-version 1.14
+version 1.15
 
 =head1 SYNOPSIS
 
@@ -427,7 +427,7 @@ Mark Grimes, E<lt>mgrimes@cpan.orgE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2013 by Mark Grimes, E<lt>mgrimes@cpan.orgE<gt>.
+This software is copyright (c) 2014 by Mark Grimes, E<lt>mgrimes@cpan.orgE<gt>.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.