Commit graph

6 commits

Author SHA1 Message Date
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
adam
97db40bf1c Revision bump after updating perl to 5.14.1 2011-08-12 19:09:59 +00:00
sno
ccb7798e57 Fix copy/paste error in homepage 2010-11-14 21:01:08 +00:00
sno
f55862cec3 Importing Perl5 module File::ConfigDir 0.004 into devel/p5-File-ConfigDir.
This module is a helper for installing, reading and finding configuration
file locations. It's intended to work in every supported Perl5 environment
and will always try to Do The Right Thing(tm).

File::ConfigDir is a module to help out when perl modules (especially
applications) need to read and store configuration files from more than one
location. Writing user configuration is easy thanks to File::HomeDir, but
what when the system administrator needs to place some global configuration
or there will be system related configuration (in /etc on UNIX(tm) or
$ENV{windir} on Windows(tm)) and some network configuration in nfs mapped
/etc/p5-app or $ENV{ALLUSERSPROFILE} . "\\Application Data\\p5-app",
respectively.

File::ConfigDir has no "do what I mean" mode - it's entirely up to the user
to pick the right directory for each particular application.
2010-11-14 20:42:57 +00:00