pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Devel-Hide



Module Name:    pkgsrc
Committed By:   sno
Date:           Wed Jul  3 07:24:49 UTC 2013

Added Files:
        pkgsrc/devel/p5-Devel-Hide: DESCR Makefile distinfo

Log Message:
Adding package for CPAN distribution Devel-Hide version 0.0009 into
devel/p5-Devel-Hide.

Given a list of Perl modules/filenames, this module makes require and use
statements fail (no matter the specified files/modules are installed or
not).

They die with a message like:

    Can't locate Module/ToHide.pm (hidden)

The intent of this module is to allow Perl developers to test for
alternative behavior when some modules are not available. In a Perl
installation, where many modules are already installed, there is a
chance to screw things up because you take for granted things that
may not be there in other machines.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Devel-Hide/DESCR \
    pkgsrc/devel/p5-Devel-Hide/Makefile pkgsrc/devel/p5-Devel-Hide/distinfo

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