pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-FindBin-libs



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sun Jan 27 20:42:17 UTC 2013

Added Files:
        pkgsrc/devel/p5-FindBin-libs: DESCR Makefile distinfo
        pkgsrc/devel/p5-FindBin-libs/patches: patch-META.yml

Log Message:
Add p5-FindBin-libs:

An all-too-common occurrance managing perly projects is being unable
to install new modules becuse "it might break things", and being
unable to test them because you can't install them. The usual outcome
of this is a collection of hard-coded

    use lib qw( /usr/local/projectX ... )

code at the top of each #! file that has to be updated by hand for
each new project.

To get away from this you'll often see relative paths for the lib's,
which require running the code from one specific place. All this
does is push the hard-coding into cron, shell wrappers, and begin
blocks.

With FindBin::libs you need suffer no more.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-FindBin-libs/DESCR \
    pkgsrc/devel/p5-FindBin-libs/Makefile \
    pkgsrc/devel/p5-FindBin-libs/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-FindBin-libs/patches/patch-META.yml

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index