update to 0.13

ok ajacoutot@, sthen@
This commit is contained in:
jim 2010-07-03 03:41:42 +00:00
parent 26dc17567a
commit f6b72d8ef6
3 changed files with 12 additions and 8 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/10/27 00:31:20 jim Exp $ # $OpenBSD: Makefile,v 1.2 2010/07/03 03:41:42 jim Exp $
COMMENT= watch for changes to files, cross-platform style COMMENT= watch for changes to files, cross-platform style
MODULES= cpan MODULES= cpan
DISTNAME= File-ChangeNotify-0.07 DISTNAME= File-ChangeNotify-0.13
CATEGORIES= devel CATEGORIES= devel
# Perl # Perl

View File

@ -1,5 +1,5 @@
MD5 (File-ChangeNotify-0.07.tar.gz) = FFnZnZFCDRTXW7XQAKo6og== MD5 (File-ChangeNotify-0.13.tar.gz) = eR70uZegW1BwTiwo+Ph4oA==
RMD160 (File-ChangeNotify-0.07.tar.gz) = kokyj4O4utzm9NQ4tnmhzkf97Iw= RMD160 (File-ChangeNotify-0.13.tar.gz) = Jltiid+UQa63uHcm5mBS2KnQ69s=
SHA1 (File-ChangeNotify-0.07.tar.gz) = L5gqgQGrQlTgAUxwdlpUY/pDfvw= SHA1 (File-ChangeNotify-0.13.tar.gz) = WcEiFJwmsqrqCjYp2xNnbAlSbqM=
SHA256 (File-ChangeNotify-0.07.tar.gz) = nkJDuVXl0HnYN2G0VAHkeTNIAWuaCWJfKCaCGHv2dGI= SHA256 (File-ChangeNotify-0.13.tar.gz) = yHAoVdthRnb9v2P9raOA6tj2FAE11Y1TkUQuDYmpaig=
SIZE (File-ChangeNotify-0.07.tar.gz) = 10440 SIZE (File-ChangeNotify-0.13.tar.gz) = 18155

View File

@ -1,14 +1,18 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/10/27 00:31:20 jim Exp $ @comment $OpenBSD: PLIST,v 1.2 2010/07/03 03:41:42 jim Exp $
${P5SITE}/File/ ${P5SITE}/File/
${P5SITE}/File/ChangeNotify/ ${P5SITE}/File/ChangeNotify/
${P5SITE}/File/ChangeNotify.pm ${P5SITE}/File/ChangeNotify.pm
${P5SITE}/File/ChangeNotify/ConfigData.pm
${P5SITE}/File/ChangeNotify/Event.pm ${P5SITE}/File/ChangeNotify/Event.pm
${P5SITE}/File/ChangeNotify/Watcher/ ${P5SITE}/File/ChangeNotify/Watcher/
${P5SITE}/File/ChangeNotify/Watcher.pm ${P5SITE}/File/ChangeNotify/Watcher.pm
${P5SITE}/File/ChangeNotify/Watcher/Default.pm ${P5SITE}/File/ChangeNotify/Watcher/Default.pm
${P5SITE}/File/ChangeNotify/Watcher/Inotify.pm ${P5SITE}/File/ChangeNotify/Watcher/Inotify.pm
${P5SITE}/File/ChangeNotify/Watcher/KQueue.pm
@man man/man3p/File::ChangeNotify.3p @man man/man3p/File::ChangeNotify.3p
@man man/man3p/File::ChangeNotify::ConfigData.3p
@man man/man3p/File::ChangeNotify::Event.3p @man man/man3p/File::ChangeNotify::Event.3p
@man man/man3p/File::ChangeNotify::Watcher.3p @man man/man3p/File::ChangeNotify::Watcher.3p
@man man/man3p/File::ChangeNotify::Watcher::Default.3p @man man/man3p/File::ChangeNotify::Watcher::Default.3p
@man man/man3p/File::ChangeNotify::Watcher::Inotify.3p @man man/man3p/File::ChangeNotify::Watcher::Inotify.3p
@man man/man3p/File::ChangeNotify::Watcher::KQueue.3p