Path to this page:
./
devel/p5-Module-ScanDeps,
Perl 5 module to recursively scan Perl code for dependencies
Branch: CURRENT,
Version: 0.98nb1,
Package name: p5-Module-ScanDeps-0.98nb1,
Maintainer: pkgsrc-usersThe Perl 5 module Module::ScanDeps allows to recursively scan Perl code for
dependencies.
Required to run:[
lang/perl5]
Master sites: (Expand)
SHA1: 24eb8d25e61b9b9e46fe16191a910d6fcb24f689
RMD160: 13b35ae02a2eb0dfca85dceb2e378c83811d95b5
Filesize: 55.6 KB
Version history: (Expand)
- (2010-08-21) Updated to version: p5-Module-ScanDeps-0.98nb1
- (2010-08-04) Updated to version: p5-Module-ScanDeps-0.98
- (2010-04-12) Updated to version: p5-Module-ScanDeps-0.97
- (2009-12-22) Updated to version: p5-Module-ScanDeps-0.96
- (2009-09-20) Updated to version: p5-Module-ScanDeps-0.95
- (2009-08-20) Updated to version: p5-Module-ScanDeps-0.94
CVS history: (Expand)
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) |  |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
2010-08-04 00:09:29 by Stoned Elipot | Files touched by this commit (2) |  |
Log message:
Update from version 0.97 to version 0.98.
Upstream changes:
[Changes for 0.98 - 2010-07-26]
* Make %Preload entry for "utf8.pm" lazy (Roderich Schupp)
* Upgrade to Module::Install 1.00 (Roderich Schupp)
* RT #58093: Par-Packer not including all dependencies (unicore/Heavy.pl) \
(Roderich Schupp)
* Add %Preload rule for RPC::XML (Roderich Schupp)
* RT #57494: add %Preload rule for JSON.pm (Roderich Schupp)
|
2010-04-12 01:31:58 by Stoned Elipot | Files touched by this commit (2) |  |
Log message:
Update from version 0.96 to version 0.97.
Upstream changes:
[Changes for 0.97 - 2010-04-10]
* Pack the content of module/distribution sharedirs is automatically. (kmx)
* RT #56020 - add data files used by Unicode::UCD (Roderich Schupp)
* RT #55746 - remove bogus "... if %Config::Config" condition \
(Roderich Schupp)
* Add special case for CGI::Application::Plugin::AutoRunmode (Alexandr Ciornii)
* Add special case for CGI::Application::Plugin::Authentication (Alexandr Ciornii)
* Add special case for DBIx::Perlish (Alexandr Ciornii)
|
2009-12-15 14:26:29 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
Update to 0.96:
[Changes for 0.96 - 2009-11-13]
* perl 5.6.1 compatibility (Alexandr Ciornii)
* Test for "use module version;" (Alexandr Ciornii)
|
| 2009-09-19 18:32:27 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-Module-ScanDeps from 0.94 to 0.95
Upstream changes:
[Changes for 0.95 - 2009-10-16]
* Fix "uninitialized value" warnings (Dave Rolsky)
* Add special case for Perl::Critic (Alexandr Ciornii)
* Add special case for Event (Alexandr Ciornii)
* Add special case for Wx.pm (Alexandr Ciornii)
* Add special case for Log::Any
|
| 2009-08-19 21:16:21 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package devel/p5-Module-ScanDeps from 0.93 to 0.94
Upstream changes:
[Changes for 0.94 - 2009-08-10]
* Add tests for scan_line (Alexandr Ciornii)
* RT#48151 fixed, "require __PACKAGE__" should not die (Alexandr Ciornii)
* OS/2 fixes (Ilya Zakharevich)
|
| 2009-08-10 00:36:10 by Jens Rehsack | Files touched by this commit (1) |
Log message:
Fix dependency cycle to Module::Install
|
| 2009-08-09 13:53:34 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package for p5 module Module::ScanDeps from 0.91 to 0.93
pkgsrc changes:
- Use Module::Install as module type
Upstream changes:
[Changes for 0.93 - 2009-07-19]
* Implement caching of dependencies (Christoph Lamprecht)
[Changes for 0.92 - 2009-07-19]
* Fix bug with {type} being set to unexpected values in some cases (Christoph \
Lamprecht)
* Add tests for scan_chunk (Alexandr Ciornii)
* Add special case for parent.pm (Alexandr Ciornii)
* Fix for "use parent::something" (Alexandr Ciornii)
* Add special case for Catalyst.pm (Alexandr Ciornii)
|