pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Perl-PrereqScanner
Module Name: pkgsrc
Committed By: sno
Date: Thu Jul 5 14:42:23 UTC 2012
Added Files:
pkgsrc/devel/p5-Perl-PrereqScanner: DESCR Makefile distinfo
Log Message:
Importing package for Perl 5 module Perl::PrereqScanner version 1.013
from CPAN into devel/p5-Perl-PrereqScanner.
The scanner will extract loosely your distribution prerequisites from your
files.
The extraction may not be perfect but tries to do its best. It will
currently find the following prereqs:
* plain lines beginning with use or require in your perl modules and
scripts, including minimum perl version
* regular inheritance declared with the base and parent pragmata
* Moose inheritance declared with the extends keyword
* Moose roles included with the with keyword
* OO namespace aliasing using the aliased module
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Perl-PrereqScanner/DESCR \
pkgsrc/devel/p5-Perl-PrereqScanner/Makefile \
pkgsrc/devel/p5-Perl-PrereqScanner/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