SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,12 @@
COMMENT= report versions of all perl modules in memory
MODULES= cpan
PKG_ARCH= *
DISTNAME= Module-Versions-Report-1.06
REVISION= 1
CATEGORIES= devel
# Artistic
PERMIT_PACKAGE= Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Module-Versions-Report-1.06.tar.gz) = oyYdDYSxdnjYxP1V6w+JL1FE2BylPqmjjXXRoArZeWo=
SIZE (Module-Versions-Report-1.06.tar.gz) = 6177

View file

@ -0,0 +1,5 @@
If you add "use Module::Versions::Report;" to a program (especially
handy if your program is one that demonstrates a bug in some module),
then when the program has finished running, you well get a report
detailing the all modules in memory, and noting the version of each (for
modules that defined a $VERSION, at least).

View file

@ -0,0 +1,4 @@
${P5SITE}/Module/
${P5SITE}/Module/Versions/
${P5SITE}/Module/Versions/Report.pm
@man man/man3p/Module::Versions::Report.3p