<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/devel/p5-Module-ScanDeps, branch pkgsrc_2008Q1</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q1</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q1'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2007-10-25T16:54:26Z</updated>
<entry>
<title>Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk</title>
<updated>2007-10-25T16:54:26Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2007-10-25T16:54:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5e1040eb4b3d5bdf7e0d465818a3ff084620adb3'/>
<id>urn:sha1:5e1040eb4b3d5bdf7e0d465818a3ff084620adb3</id>
<content type='text'>
can handle packages having no PLIST files.
</content>
</entry>
<entry>
<title>Updated devel/p5-Module-ScanDeps 0.68 -&gt; 0.74</title>
<updated>2007-06-09T23:37:46Z</updated>
<author>
<name>abs</name>
<email>abs</email>
</author>
<published>2007-06-09T23:37:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=65babf20ef8476a784b6fa8ea187bb9655ff030e'/>
<id>urn:sha1:65babf20ef8476a784b6fa8ea187bb9655ff030e</id>
<content type='text'>
[Changes for 0.74 - 2007-04-26]
* Same as 0.73_01, but not a developer release.

[Changes for 0.73_01 - 2007-03-28]
* Fixed bug "scan_deps doesn't show ALL the dependencies"
* Ensured all file entries are given by absolute paths
* Added a number of test artificial dependency trees as test data mainly for
  "scan_deps doesn't show ALL the dependencies" bug
* Added tests for scandeps recurse option (all pass)
* Added tests for scandeps skip option (all pass)
* Added tests to show a duplicated dependency is in fact only shown once (all pass)
* Added Utils.pm test module containing generic_scandeps_rv_test and
  compare_scandeps_rvs subroutines (Adrian Issott)

[Changes for 0.73 - 2007-03-25]
* Now being a little cleverer for detecting globs in diamond operators.
  (Requiring a meta character within the &lt;&gt;.)

[Changes for 0.72 - 2007-02-03]
* Case-insensitive @INC removal for case-insensitive
  filesystems (Eric Wilhelm)

[Changes for 0.71 - 2007-01-04]
* Added special cases for
  Catalyst
  Class::MakeMethods
  Config::Any
  DBIx::Class
  Email::Send
  Log::Log4perl
  SQL::Translator
* print() the "# Legend..." line instead of warn()ing it.

[Changes for 0.70 - 2006-11-21]
* Added special case for Image::Info.

[Changes for 0.69 - 2006-11-07]
* Additional corner cases for LWP::UserAgent and LWP::Parallel::UserAgent and
  friends.
</content>
</entry>
<entry>
<title>Update p5-Module-ScanDeps to 0.68.</title>
<updated>2006-10-31T15:10:05Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2006-10-31T15:10:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=fef75656fbc2fe84aeb6a37e70528e9aa1802485'/>
<id>urn:sha1:fef75656fbc2fe84aeb6a37e70528e9aa1802485</id>
<content type='text'>
Changes:
[Changes for 0.68 - 2006-10-25]
* Added special case for PerlIO.pm. If PerlIO.pm is needed, require
  PerlIO::scalar, too, because it can be used "under the hood".
  (Roderich Schupp)
* Added some File::Spec'ness. (Steffen Mueller)
* Refactored the %Preload mapping code into _get_preload so that
  the PAR -M %Preload fix would work. (Steffen Mueller)

[Changes for 0.67 - 2006-10-24]
* Added @IncludeLibs which is used alongside @INC for searching modules.
  (David Romano)
* Won't pick up Tk as a dependency for Term::ReadLine any more.
  You can stop laughing now!

[Changes for 0.66 - 2006-09-24]
* Fixed another bug in Module::ScanDeps::Datafeed which would break
  run- and compile-time dependency scanners if $ENV{PERL5LIB} entries
  had trailing backslashes. Thanks to Steven Mackenzie for pointing
  this out.
* Added some documentation and comments to M::SD::Datafeed for the sake of
  future maintainers.

[Changes for 0.65 - 2006-09-24]
* Fixed bug in Module::ScanDeps::Datafeed which would die() in 0.64.

[Changes for 0.64 - 2006-09-22]
* Upgraded to Module::Install 0.64
* Added warning of missing modules when -V is in effect (scandeps.pl).
* Added warning of missing modules if "warn_missing=&gt;1" specified as
  an option to scan_deps.

[Changes for 0.63 - 2006-08-27]
* Upgraded to Module::Install 0.63

[Changes for 0.62 - 2006-07-16]

* Better diagnostics.pm support for searching the related
  .pod file.

[Changes for 0.61 - 2006-06-30]

* Now presenting more helpful (and correct) error messages when
  multiple versions of a module (files) are found.
* Corrected a POD error.
* Added test for POD correctness.

[Changes for 0.60 - 2006-05-23]

* Fixed bug that prevented "use encoding 'utf-8';" from being
  picked up. This was because the -8 was stripped and thus, the
  encoding wasn't recognized.

[Changes for 0.59 - 2006-05-03]

* Recovering 5.005 compatibility. (Hopefully!)
* Using Module::Install 0.62
* Added a dependency on File::Temp for pre 5.6 perls.
* Fixed broken Module::Pluggable support.

[Changes for 0.58 - 2006-04-16]

* Added dependency for Test::Deep
* Added dependency for Math::Symbolic

[Changes for 0.57 - 2006-03-03]

* Applied Stephen Schulze's patch which fixes the problem that modules are
  reported as depended upon only once.

[Changes for 0.56 - 2006-02-20]

* Added special dependency for Tk::Getopt. Suggested by Slaven Rezic.

[Changes for 0.55 - 2006-02-17]

* Applied Roderich Schupp's patch to fix a problem with 'autouse'.
* Now using Module::Install 0.56

[Changes for 0.54 - 2006-01-11]

* Switch to File::Temp::tempfile() for more robust temporary file creation.
  Contributed by: Jesse Vincent

* Update to latest Module::Install _again_ to fix Cygwin installation.
  Reported by: Matt S Trout

[Changes for 0.53 - 2006-01-10]

* Update to latest Module::Install; no functional changes.

[Changes for 0.52 - 2005-12-12]

* Support for autouse.pm.

* Support for Tk::DragDrop.  Reported by: Renee Baecker.
</content>
</entry>
<entry>
<title>Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no</title>
<updated>2006-03-04T21:28:51Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2006-03-04T21:28:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=48ff096d36ac47701672a4f682e7c4ebafea1eb9'/>
<id>urn:sha1:48ff096d36ac47701672a4f682e7c4ebafea1eb9</id>
<content type='text'>
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
</content>
</entry>
<entry>
<title>Lower expectations, both others' and mine: relinquish stewardship</title>
<updated>2005-12-27T13:54:57Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2005-12-27T13:54:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=fac6a3269f621ea6c98f635d9a475f6963eab89c'/>
<id>urn:sha1:fac6a3269f621ea6c98f635d9a475f6963eab89c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump the PKGREVISIONs of all (638) packages that hardcode the locations</title>
<updated>2005-08-06T06:19:03Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2005-08-06T06:19:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=604de5eda52e3686a2d4ae3dceebabd648c8beb2'/>
<id>urn:sha1:604de5eda52e3686a2d4ae3dceebabd648c8beb2</id>
<content type='text'>
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
</content>
</entry>
<entry>
<title>Turn PERL5_PACKLIST into a relative path instead of an absolute path.</title>
<updated>2005-07-13T18:01:18Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2005-07-13T18:01:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d4ffd78b7485efe90299999629f0ca3d63736a00'/>
<id>urn:sha1:d4ffd78b7485efe90299999629f0ca3d63736a00</id>
<content type='text'>
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
</content>
</entry>
<entry>
<title>Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.</title>
<updated>2005-04-11T21:44:48Z</updated>
<author>
<name>tv</name>
<email>tv</email>
</author>
<published>2005-04-11T21:44:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2560f48b2f5afa9fcb23e0718a2e2727ca7824cc'/>
<id>urn:sha1:2560f48b2f5afa9fcb23e0718a2e2727ca7824cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to version 0.51</title>
<updated>2005-03-31T22:42:31Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2005-03-31T22:42:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8b04b7f0fb68eb2431a04d90fb9dabd25f6ee21d'/>
<id>urn:sha1:8b04b7f0fb68eb2431a04d90fb9dabd25f6ee21d</id>
<content type='text'>
Changes since last packaged version (0.50):
[Changes for 0.51 - 2005-01-08]
* scandeps.pl is now usable without CPANPLUS.pm installed.
  Reported by: Rafael Garcia-Suarez
</content>
</entry>
<entry>
<title>Add RMD160 digests.</title>
<updated>2005-02-23T22:24:08Z</updated>
<author>
<name>agc</name>
<email>agc</email>
</author>
<published>2005-02-23T22:24:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=46d117932f612859e5ff941e584a1796e83d1dc1'/>
<id>urn:sha1:46d117932f612859e5ff941e584a1796e83d1dc1</id>
<content type='text'>
</content>
</entry>
</feed>
