----------------------------------------------------------------------
r11726: autrijus | 2004-08-30T22:08:47.831283Z
* This be 0.47, first version under svk management.
* Support for Mail::Audit plugins; prompted by Andrew Lee.
* Support for modules that use Module::Plugin; prompted by Brian Cassidy.
* scandeps.pl now reports module versions, courtesy of Dan Friedman.
* Delayed loading of CPANPLUS on scandeps.pl.
----------------------------------------------------------------------
r11725: autrijus | 2004-08-30T21:40:40.251511Z
____________________________________________________________________________
[ 10971] By: autrijus on 2004/07/02 10:26:02
Log: * This be 0.46.
* Doc fixes; update signature test; add Alan to authors.
! AUTHORS lib/Module/ScanDeps.pm t/0-signature.t
____________________________________________________________________________
[ 10905] By: autrijus on 2004/06/18 09:52:42
Log: * add POE heuristics from:
http://search.cpan.org/dist/POE/lib/POE/Preprocessor.pm
! lib/Module/ScanDeps.pm
____________________________________________________________________________
[ 10809] By: autrijus on 2004/06/08 19:00:10
Log: * This be 0.44.
* Consistently recognize .ph files and upper-cased .p[mh]
files.
! lib/Module/ScanDeps.pm
____________________________________________________________________________
[ 10794] By: autrijus on 2004/06/08 13:13:48
Log: * Support for PDF::Writer.
* Patfch from Roderich Shupps to fix absolute filename
detection on non-Unix systems.
! lib/Module/ScanDeps.pm
____________________________________________________________________________
[ 10728] By: autrijus on 2004/06/02 18:01:28
Log: * This be 0.43.
* Add preliminary support for BioPerl, as suggested by
Nathan Haigh.
* Support for Net::SSH::Perl was incorrectly specified.
* Add some support for PDF::API2 -- note you still have
to explicitly require "PDF::API2::Basic::TTF::Font"
to get TrueType support.
! AUTHORS lib/Module/ScanDeps.pm t/0-signature.t
____________________________________________________________________________
[ 10684] By: autrijus on 2004/05/24 15:15:14
Log: * add heuristics for Devel::ParallelPort, as reported by
Jouke Visser.
! lib/Module/ScanDeps.pm
____________________________________________________________________________
[ 10567] By: autrijus on 2004/04/30 19:59:29
Log: * This be 0.42, for real.
! lib/Module/ScanDeps.pm
____________________________________________________________________________
[ 10566] By: autrijus on 2004/04/30 19:57:05
Log: * add support for DBIx::SearchBuilder and
DBIx::ReportBuilder.
! lib/Module/ScanDeps.pm
____________________________________________________________________________
[ 10565] By: autrijus on 2004/04/30 19:54:48
Log: * This be 0.42.
! lib/Module/ScanDeps.pm
____________________________________________________________________________
[ 10564] By: autrijus on 2004/04/30 19:52:46
Log: * oops, typo
! lib/Module/ScanDeps.pm
____________________________________________________________________________
[ 10563] By: autrijus on 2004/04/30 19:50:58
Log: * add PerlIO.pm to :encoding.
! lib/Module/ScanDeps.pm
____________________________________________________________________________
[ 10503] By: autrijus on 2004/04/18 16:01:08
Log: * This be 0.41.
! AUTHORS lib/Module/ScanDeps.pm
____________________________________________________________________________
[ 10493] By: autrijus on 2004/04/11 06:17:41
Log: * correctly handle SVN::Core, courtesy of Robert Spiers.
! lib/Module/ScanDeps.pm
____________________________________________________________________________
[ 10492] By: autrijus on 2004/04/10 17:03:11
Log: * handles SVK::Command properly.
! lib/Module/ScanDeps.pm
____________________________________________________________________________
[ 10221] By: autrijus on 2004/02/27 14:38:02
Log: * add support for Parse::Binary-based modules
! lib/Module/ScanDeps.pm
____________________________________________________________________________
[ 10181] By: autrijus on 2004/02/23 21:11:48
Log: * This be 0.40.
* Malcolm Nooning noticed that _execute() and _compile()
checks were failing under directories that contain spaces,
due to a qw() misuse.
! AUTHORS lib/Module/ScanDeps.pm
____________________________________________________________________________
[ 9776] By: autrijus on 2004/01/26 15:06:47
Log: * Add heuristics for XML::SAX and XML::Parser::Expat,
reported by Darek Adamkiewicz and Iain Cass.
! AUTHORS lib/Module/ScanDeps.pm
____________________________________________________________________________
[ 9766] By: autrijus on 2004/01/25 16:11:51
Log: * This be 0.39.
* Merged Edward's patch to make DataFeed.pm work with
pre-5.8.3 perl versions.
! lib/Module/ScanDeps.pm
! lib/Module/ScanDeps/DataFeed.pm
____________________________________________________________________________
[ 9631] By: autrijus on 2004/01/08 11:19:45
Log: * This be 0.38.
* Switching back to ExtUtils::MakeMaker,
hoping to make ActiveState's cpanrun
happy.
! MANIFEST Makefile.PL lib/Module/ScanDeps.pm
____________________________________________________________________________
[ 9523] By: autrijus on 2003/12/31 15:12:11
Log: * This be 0.37. (sigh)
! lib/Module/ScanDeps.pm
____________________________________________________________________________
[ 9522] By: autrijus on 2003/12/31 15:02:22
Log: * Win32 does not take Cwd::abs_path()
for filenames.
* Detection for __END__ blocks was wrong
in _compile().
! lib/Module/ScanDeps.pm
! lib/Module/ScanDeps/DataFeed.pm
____________________________________________________________________________
[ 9516] By: autrijus on 2003/12/31 12:25:14
Log: * This be 0.36. Sorry, .35 was a mistake.
! lib/Module/ScanDeps.pm
____________________________________________________________________________
[ 9514] By: autrijus on 2003/12/31 12:13:05
Log: * sorry, "scandeps.pl -r" should be "-x".
! script/scandeps.pl
____________________________________________________________________________
[ 9510] By: autrijus on 2003/12/31 10:42:43
Log: * This be 0.35, the "runtime scanning" edition.
* New "-c" and "-r" flags to scandeps.pl for additional
compile-
and runtime-checking of dependencies.
* New "compile" and "execute" flags to scan_deps() for
runtime
scanning, using scan_deps_runtime().
! lib/Module/ScanDeps.pm
! lib/Module/ScanDeps/DataFeed.pm
! script/scandeps.pl
____________________________________________________________________________
[ 9509] By: autrijus on 2003/12/31 09:13:49
Log: * integrated Edward S. Peschko's massive runtime detection
patch, as scan_deps_runtime().
+ lib/Module/ScanDeps/DataFeed.pm
! AUTHORS MANIFEST lib/Module/ScanDeps.pm
____________________________________________________________________________
[ 9488] By: autrijus on 2003/12/30 02:26:54
Log: * This be 0.34.
! lib/Module/ScanDeps.pm
____________________________________________________________________________
[ 9372] By: autrijus on 2003/12/21 01:16:07
Log: * changes.
! Changes
____________________________________________________________________________
[ 9371] By: autrijus on 2003/12/21 01:14:18
Log: * This be 0.33.
* Upgrades to Module::Install 0.30 framework.
! MANIFEST Makefile.PL lib/Module/ScanDeps.pm
____________________________________________________________________________
[ 8708] By: autrijus on 2003/11/06 14:16:34
Log: * Nik's got a CPAN ID.
! AUTHORS
____________________________________________________________________________
[ 8568] By: autrijus on 2003/10/26 10:50:46
Log: * This be 0.32.
* Support for Locale::Maketext::Guts, reported by Jouke
Visser.
* Support for XML::Parser, reported by Jan Dubois.
* Support for :encoding(), encoding.pm, and
encode()/decode().
! lib/Module/ScanDeps.pm
____________________________________________________________________________
[ 8459] By: autrijus on 2003/10/17 22:34:31
Log: * This be 0.31.
! Makefile.PL lib/Module/ScanDeps.pm
____________________________________________________________________________
[ 8454] By: autrijus on 2003/10/17 10:58:24
Log: * Jesse Schoch reports that LWP::Protocol::https
is not properly detected.
! AUTHORS lib/Module/ScanDeps.pm
____________________________________________________________________________
[ 8194] By: autrijus on 2003/09/20 20:33:19
Log: * This be 0.30.
* "use base" was still incorrectly parsed.
! lib/Module/ScanDeps.pm
____________________________________________________________________________
[ 8157] By: autrijus on 2003/09/17 09:12:34
Log: * This be 0.29.
* Simon Andrews points out that Math::BigInt's heuristics
is badly coded. Fixed, and added heuristics for
Math::BigFloat.
* More defense against hash randomisation by sorting all
keys() and values().
! AUTHORS lib/Module/ScanDeps.pm
____________________________________________________________________________
[ 7579] By: autrijus on 2003/08/17 18:55:41
Log: * This be 0.28.
* Move ScanDeps.pm to lib/Module/.
+> lib/Module/ScanDeps.pm
- ScanDeps.pm
! MANIFEST Makefile.PL
____________________________________________________________________________
[ 7578] By: autrijus on 2003/08/17 18:53:27
Log: * Suggestion from Matt Sergeant to recognize A::B from
A::B::C only on functions like A::B::C().
! AUTHORS ScanDeps.pm
____________________________________________________________________________
[ 7559] By: autrijus on 2003/08/16 04:37:06
Log: * This be 0.27 for real.
* "use base" was improperly detected.
! ScanDeps.pm
____________________________________________________________________________
[ 7556] By: autrijus on 2003/08/16 04:31:52
Log: * This be 0.27.
! ScanDeps.pm
____________________________________________________________________________
[ 7545] By: autrijus on 2003/08/14 17:30:08
Log: * more patch from Roderich Schupp: handles "use base"
and fixed Tk::Scrolled.
! ScanDeps.pm
____________________________________________________________________________
[ 7524] By: autrijus on 2003/08/14 08:40:33
Log: * add $SeenTk to control Tk-specific heuristics.
* add_deps now takes (skip => \%skip) properly.
* scan_chunk() can now return more than one files in list
context.
* bump version.
! ScanDeps.pm
____________________________________________________________________________
[ 7434] By: autrijus on 2003/08/11 06:29:05
Log: * This be 0.26.
* add link to http://par.perl.org/ and the mailing list.
! ScanDeps.pm
____________________________________________________________________________
[ 7422] By: autrijus on 2003/08/10 16:24:23
Log: * don't append ".pm" to require '' lines if it already has
an extension.
(this is required for Win32API::Registry to work with .pc
files.)
! ScanDeps.pm
____________________________________________________________________________
[ 7419] By: autrijus on 2003/08/10 15:43:12
Log: * This be 0.25.
* tidy up the source a little.
! ScanDeps.pm
____________________________________________________________________________
[ 7417] By: autrijus on 2003/08/10 15:39:21
Log: * POD and END sections was also scanned. bad.
* PAR::read_file() should not imply dependency on PAR.pm.
! ScanDeps.pm
____________________________________________________________________________
[ 7410] By: autrijus on 2003/08/10 05:36:57
Log: * This be 0.24.
* Add support for SOAP::Lite, XMLRPC::Lite and
Win32::SystemInfo.
! ScanDeps.pm
____________________________________________________________________________
[ 7405] By: autrijus on 2003/08/08 10:15:49
Log: * This be 0.23.
* @File::Spec::ISA was crippled during scanning, thanks
to Roderich Schupp for pointing out.
! AUTHORS ScanDeps.pm
____________________________________________________________________________
[ 7398] By: autrijus on 2003/08/07 18:32:55
Log: * This be 0.22, for real.
! ScanDeps.pm
____________________________________________________________________________
[ 7397] By: autrijus on 2003/08/07 18:32:07
Log: * This be 0.22.
* huge patch to include almost all heuristics deducible
from PerlApp: Authen::SASL, Crypt::Random, DBI, File::Spec,
HTTP::Message, Math::BigInt, MIME::Decoder, Net::DNS::RR,
Net::FTP, Net::SSH::Perl, SQL::Parser, Template,
Term::ReadLine,
URI, XML::Parser::Expat, diagnostics.
! ScanDeps.pm
____________________________________________________________________________
[ 7357] By: autrijus on 2003/08/06 08:56:58
Log: * now accepts uppercased "DBI:" in DSN strings.
* fixed a typo on Tk::FBox's xpm file.
! ScanDeps.pm
____________________________________________________________________________
[ 7275] By: autrijus on 2003/07/30 15:09:51
Log: * This be 0.21.
! ScanDeps.pm
____________________________________________________________________________
[ 7274] By: autrijus on 2003/07/30 15:08:05
Log: * Jouke reports that Win32.pm pulls all Win32::* DLLs.
! ScanDeps.pm
____________________________________________________________________________
[ 7273] By: autrijus on 2003/07/30 14:48:47
Log: * oops.
! ScanDeps.pm
____________________________________________________________________________
[ 7254] By: autrijus on 2003/07/30 06:48:45
Log: * scandeps.pl now take -e to scan a perl expression
! script/scandeps.pl
____________________________________________________________________________
[ 5897] By: autrijus on 2003/05/16 16:27:40
Log: * anydbm implies SDBM.
! ScanDeps.pm
____________________________________________________________________________
[ 4889] By: autrijus on 2003/03/23 07:21:01
Log: * Bruce Winter says that this fix for SerialJunks is needed
on his Red Hat Linux oh well.
! ScanDeps.pm
____________________________________________________________________________
[ 4860] By: autrijus on 2003/03/22 13:04:15
Log: * This be 0.19.
! ScanDeps.pm
____________________________________________________________________________
[ 4852] By: autrijus on 2003/03/22 06:47:56
Log: * Jess Robinson reported that the fix was not -w safe.
! AUTHORS ScanDeps.pm
____________________________________________________________________________
[ 4826] By: autrijus on 2003/03/20 11:49:40
Log: * This be 0.18.
* added logic for "utf8" and "charnames" needed by Germain
Garand.
* added logic for "Devel::SerialPort" needed by Bruce
Winter.
* POSIX.pm no longer pulls in utf8.pm anymore.
* .ph files are now fully supported.
! AUTHORS ScanDeps.pm
____________________________________________________________________________
[ 4191] By: autrijus on 2003/02/12 01:39:44
Log: * take unshift/push @INC into account, too.
* add Nik to authors.
! AUTHORS ScanDeps.pm
____________________________________________________________________________
[ 4190] By: autrijus on 2003/02/12 01:35:49
Log: * Nik Clayton's patch to properly handle 'use lib'.
! ScanDeps.pm
____________________________________________________________________________
[ 4113] By: autrijus on 2003/02/06 23:31:56
Log: * IO.pm dependencies, courtesy of Jerry Veldhuis.
! AUTHORS ScanDeps.pm
____________________________________________________________________________
[ 3656] By: autrijus on 2003/01/19 15:21:20
Log: * This be 0.14, the '5.6.1 works' edition.
! ScanDeps.pm
____________________________________________________________________________
[ 3655] By: autrijus on 2003/01/19 15:12:58
Log: * s/UNIVERSA/UNIVERSAL/;
! ScanDeps.pm
____________________________________________________________________________
[ 3654] By: autrijus on 2003/01/19 15:10:04
Log: * test explicitly for a hashref for safety.
! ScanDeps.pm
____________________________________________________________________________
[ 3653] By: autrijus on 2003/01/19 15:08:03
Log: * try to fix D.H.'s bug report about broken 5.6 and
pseudohashfications.
! AUTHORS ScanDeps.pm
____________________________________________________________________________
[ 3643] By: autrijus on 2003/01/19 14:12:59
Log: * add lathos and obra to authors.
! AUTHORS
____________________________________________________________________________
[ 3624] By: autrijus on 2003/01/18 20:57:45
Log: * mention scandeps.pl earlier in pod.
! ScanDeps.pm
____________________________________________________________________________
[ 3622] By: autrijus on 2003/01/18 20:44:42
Log: * 0.13, with the more advanced scandeps.pl
! ScanDeps.pm
____________________________________________________________________________
[ 3621] By: autrijus on 2003/01/18 20:44:04
Log: * much more improved scandeps, as suggested by jesse
vincent.
! script/scandeps.pl
____________________________________________________________________________
[ 3620] By: autrijus on 2003/01/18 19:59:36
Log: * add #! for core; explains the symbols.
! script/scandeps.pl
____________________________________________________________________________
[ 3619] By: autrijus on 2003/01/18 19:35:39
Log: * use cpanplus to tell apart redundant modules if possible.
! script/scandeps.pl
____________________________________________________________________________
[ 3617] By: autrijus on 2003/01/18 19:12:20
Log: * 0.12.
* adds script/scandeps.pl
* new year.
! MANIFEST Makefile.PL README ScanDeps.pm
! script/scandeps.pl
____________________________________________________________________________
[ 2852] By: autrijus on 2002/12/23 11:57:41
Log: * add CAVEATS about the fact that we don't probe beyond
@INC, as requested by crazyinsomniac.
! ScanDeps.pm
____________________________________________________________________________
[ 2050] By: autrijus on 2002/11/08 14:33:16
Log: * M::B heuristics.
! ScanDeps.pm
____________________________________________________________________________
[ 1912] By: autrijus on 2002/11/04 11:45:04
Log: * reflect SEE ALSO in README.
! README
____________________________________________________________________________
[ 1910] By: autrijus on 2002/11/04 11:43:36
Log: * Version 0.10.
* Now featuring an object-oriented syntax, conformant
with App::Packer::Frontend.
* added corresponding documentation and tests.
! ScanDeps.pm t/1-basic.t
____________________________________________________________________________
[ 1880] By: autrijus on 2002/11/03 19:33:21
Log: * 0.03, this time for sure.
* add AUTHORS.
+ AUTHORS
! MANIFEST
____________________________________________________________________________
[ 1879] By: autrijus on 2002/11/03 19:33:01
Log: * last minute fix from merlyn's bug report.
! t/1-basic.t
____________________________________________________________________________
[ 1876] By: autrijus on 2002/11/03 19:26:55
Log: * Version 0.03.
* New presets for Locale::Maketext::Lexicon,
Term::ReadLine,
Regexp::Common, File::Spec, ExtUtils::MakeMaker.
* New heuristics for Module::Name->method,
Module::Name::sub
* Strings in comments were erroneously checked. Fixed.
* Mention PerlApp as a source of inspiration.
! ScanDeps.pm
____________________________________________________________________________
[ 1844] By: autrijus on 2002/11/02 21:02:49
Log: * Regexp::Common.
! ScanDeps.pm
____________________________________________________________________________
[ 1833] By: autrijus on 2002/11/02 15:38:42
Log: * This be 0.02.
! ScanDeps.pm
____________________________________________________________________________
[ 1832] By: autrijus on 2002/11/02 15:37:15
Log: * now performs testing by looking at the test file itself.
! t/1-basic.t
____________________________________________________________________________
[ 1831] By: autrijus on 2002/11/02 15:36:50
Log: * displays correct message when connection fails.
! t/0-signature.t
____________________________________________________________________________
[ 1830] By: autrijus on 2002/11/02 15:36:29
Log: * backported to 5.001.
* was looking in POD sections; fixed.
* thorough comments and documentations.
! Makefile.PL ScanDeps.pm
____________________________________________________________________________
[ 1829] By: autrijus on 2002/11/02 15:35:56
Log: * oops, Makefile shouldn't be in RCS.
- Makefile
____________________________________________________________________________
[ 1817] By: autrijus on 2002/11/02 01:49:56
Log: * written-from-scratch version of dependency finding
algorithm.
+ MANIFEST Makefile Makefile.PL README
+ ScanDeps.pm t/0-signature.t t/1-basic.t
----------------------------------------------------------------------