2013-10-04 15:23:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 4 09:14:01 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.11
|
|
|
|
* Fix RT #89000: test broken by indirect base.pm disuse
|
|
|
|
- delete base.pm from list of expected deps,
|
|
|
|
patch by Andrew Main (zefram@fysh.org)
|
|
|
|
|
|
|
|
* new %Preload rule for Net::HTTPS (e.g. used by LWP::Protocol::https)
|
|
|
|
- look for IO::Socket::SSL or Net::SSL
|
|
|
|
|
|
|
|
* new %Preload rule for YAML::Any
|
|
|
|
- try to figure out what YAML::Any would have used (using YAML::Any->implementation)
|
|
|
|
- as fallback, include anything below YAML
|
|
|
|
|
2013-01-10 14:15:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 10 12:13:29 CET 2013 - ro@suse.de
|
|
|
|
|
|
|
|
- update to 1.10:
|
|
|
|
* add %Preload rule for Params::Validate to detect
|
|
|
|
its PP and XS implementations
|
|
|
|
|
|
|
|
* Fix RT #80276 Module DateTime::Format::ISO8601 generates error
|
|
|
|
after being packaged
|
|
|
|
- caused by failing to pack DateTime::Format::Builder::Parser::XXX modules
|
|
|
|
needed by DateTime::Format::Builder::Parser
|
|
|
|
- add a corresponding %Preload rule
|
|
|
|
|
|
|
|
- update to 1.09:
|
|
|
|
* teach Module::ScanDeps about "use if ..." constructs
|
|
|
|
- fixes CPAN Testers failures for PAR::Packer with perl 5.17.1 and up
|
|
|
|
(Roderich Schupp)
|
|
|
|
|
|
|
|
* RT #79003: t/7-check-dynaloader.t failing when /usr/lib != /usr/lib64
|
|
|
|
- scrap the test for "$entry{file} starts with $expected_prefix" as
|
|
|
|
its assumptions are flawed (Roderich Schupp)
|
|
|
|
|
|
|
|
* Mojo::Base is a loader (Alexandr Ciornii)
|
|
|
|
* Special case for Class::Load (Alexandr Ciornii)
|
|
|
|
|
|
|
|
- update to 1.08:
|
|
|
|
* RT #73785: scandeps -c fails on modules that depend on Getopt::Euclid
|
|
|
|
- for "scandeps -c ..." switch from an INIT block to a CHECK block
|
|
|
|
and call the augmented script with "perl -c" instaed of "perl"
|
|
|
|
|
|
|
|
* RT#72954 ":encoding(UTF-8)" doesn't imply a dependency on Encode.pm
|
|
|
|
- if scan_chunk sees ":encoding(FOO)" or similar, it goes to some
|
|
|
|
length to find the "external" Encode module to handle FOO; but it
|
|
|
|
forgets that Encode.pm itself is needed at runtime (esp. if FOO
|
|
|
|
is an encoding "internally" handled by Encode.pm, e.g. "UTF-8")
|
|
|
|
|
|
|
|
* %Preload: add rules for Gtk2.pm and Pango.pm
|
|
|
|
* %Preload: fix a problem with Image::ExifTool
|
|
|
|
|
2011-11-30 22:41:16 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 30 22:44:32 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- update to 1.07:
|
|
|
|
* RT #72796: dynaloader test fails when the .so files are in the system lib
|
|
|
|
dirs and local::lib is involved?
|
|
|
|
* update Module::Install to 1.04
|
|
|
|
|
|
|
|
- changes from 1.06:
|
|
|
|
* RT #72211: pp includes way too much modules (when using 'use strict;')?
|
|
|
|
* bump Perl version requirement to 5.8.1
|
|
|
|
|
2011-11-03 23:00:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 03 22:54:21 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- update to 1.05:
|
|
|
|
* RT#72082: $FindBin::Bin issue on Moduel::ScanDeps 1.04: make FindBin work
|
|
|
|
(at least with option -c or -x) by spoofing $0 in the temp script generated
|
|
|
|
for M:SD::DataFeed
|
|
|
|
* RT #70134: patch suggestions for Module::ScanDeps 1.04: additional preload
|
|
|
|
rules, used_via_preload attribute; add suggested %Preload rules
|
|
|
|
* add %Preload rules for MozRepl
|
|
|
|
* special case for Package::Stash
|
|
|
|
* special case for Moose
|
|
|
|
|
|
|
|
- changes from 1.04:
|
|
|
|
* brown paper bag bug: fix option -x (execute) (broken by changes for -c)
|
|
|
|
* honor option -I with -c
|
|
|
|
|
|
|
|
- changes from 1.03:
|
|
|
|
* RT#69213: ScanDeps incompatible with AnyEvent (Perl 5.14, AnyEvent 5.34,
|
|
|
|
PAR 1.00.2); for option -c (compile) M:SD used to wrap the file in one big
|
|
|
|
sub and appended an END block where it dumps %INC etc; the outer sub causes
|
|
|
|
problems with certain contructs; instead we now use an INIT block prepended
|
|
|
|
to the file
|
|
|
|
* RT #69471: problem with "eval { require SomeModule }" constructions
|
|
|
|
Module::ScanDeps::DataFeed now omits %INC pairs with an undefined value
|
|
|
|
(these may be created by an unsuccessful "require" under certain
|
|
|
|
conditions); also omit CODE refs from @INC
|
|
|
|
* simplify Module::ScanDeps::DataFeed somewhat by localizing %INC around
|
|
|
|
"require Module::ScanDeps::DataFeed" and by using Data::Dumper for the
|
|
|
|
actual dump
|
|
|
|
* don't create the tempfiles for DataFeed in the working directory
|
|
|
|
|
2011-05-01 10:54:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun May 1 10:53:30 UTC 2011 - coolo@opensuse.org
|
|
|
|
|
|
|
|
- updated to 1.02
|
|
|
|
* %Preload: add _all_ *.pl file below .../unicore for utf8.pm
|
|
|
|
|
|
|
|
* %Preload: add "unicore/version" for Unicode/UCD.pm
|
|
|
|
(because it contains a call openunicode(..., "version"))
|
|
|
|
|
2011-02-20 14:26:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Feb 19 23:19:20 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- update to 1.00:
|
|
|
|
* RT#65855: Special handling for POSIX requested
|
|
|
|
* RT#65252: Temp files left when execute fails
|
|
|
|
* add a %Preload rule for Log::Report::Dispatcher
|
|
|
|
* add %Preload rule for Date::Manip
|
|
|
|
* speed up scanning *significantly* by not re-constructing regexen for every
|
|
|
|
line of input and reducing the no. of sub calls
|
|
|
|
* RT#61027: "use lib" does not work
|
|
|
|
* fix URI special case
|
|
|
|
|
2010-12-01 06:57:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 1 06:55:40 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- switch to perl_requires macro
|
|
|
|
|
2010-11-29 18:57:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 29 18:30:34 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- remove /var/adm/perl-modules
|
|
|
|
|
2010-09-01 04:56:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 1 04:56:13 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- initial package (0.98)
|
|
|
|
|