update to AppConfig 1.55

from Sam Smith <S at mSmith dot net>
This commit is contained in:
sturm 2004-01-03 14:22:44 +00:00
parent f280cd8ac9
commit f3ffd50078
4 changed files with 8 additions and 19 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/04/09 10:43:56 wilfried Exp $
# $OpenBSD: Makefile,v 1.2 2004/01/03 14:22:44 sturm Exp $
COMMENT= "Module bundle for reading and parsing config files"
DISTNAME= AppConfig-1.52
DISTNAME= AppConfig-1.55
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5

View File

@ -1,3 +1,3 @@
MD5 (AppConfig-1.52.tar.gz) = 176d2709016aee8cf651b2aebafac90b
RMD160 (AppConfig-1.52.tar.gz) = d5349916a912a19f5dec8de50f2fb18c25df5f0c
SHA1 (AppConfig-1.52.tar.gz) = 974e41ed348b43d98ae59ba6ccd88ab0a7061a94
MD5 (AppConfig-1.55.tar.gz) = 20d81571e7ef7da092613b4dd69fed33
RMD160 (AppConfig-1.55.tar.gz) = 79d1cc2afbef5bf58c48bb04f908c7988185b08e
SHA1 (AppConfig-1.55.tar.gz) = 91fe5360af041ee951ecb2b3e0dbad2eb323e2b9

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-AppConfig_pm,v 1.1.1.1 2003/04/09 10:43:56 wilfried Exp $
--- AppConfig.pm.orig Thu Apr 3 23:38:53 2003
+++ AppConfig.pm Thu Apr 3 23:38:57 2003
@@ -578,7 +578,7 @@ accessed via hash reference.
Used to provide an argument specification string to pass to Getopt::Long
via AppConfig::Getopt. E.g. "=i", ":s", "=s@". This can also be used to
implicitly set the ARGCOUNT value (C</^!/> = ARGCOUNT_NONE, C</@/> =
-ARGCOUNT_LIST, C</%/ = ARGCOUNT_HASH, C</[=:].*/> = ARGCOUNT_ONE)
+ARGCOUNT_LIST, C</%/> = ARGCOUNT_HASH, C</[=:].*/> = ARGCOUNT_ONE)
=item EXPAND

View File

@ -1,14 +1,15 @@
@comment $OpenBSD: PLIST,v 1.2 2003/12/15 16:51:05 naddy Exp $
@comment $OpenBSD: PLIST,v 1.3 2004/01/03 14:22:44 sturm Exp $
${P5SITE}/AppConfig.pm
${P5SITE}/AppConfig/Args.pm
${P5SITE}/AppConfig/CGI.pm
${P5SITE}/AppConfig/File.pm
${P5SITE}/AppConfig/Getopt.pm
${P5SITE}/AppConfig/State.pm
${P5SITE}/AppConfig/Sys.pm
@comment ${P5ARCH}/auto/AppConfig/.packlist
@comment ${P5ARCH}/perllocal.pod
man/man3p/AppConfig.3p
man/man3p/AppConfig::Args.3p
man/man3p/AppConfig::CGI.3p
man/man3p/AppConfig::File.3p
man/man3p/AppConfig::Getopt.3p
man/man3p/AppConfig::State.3p