The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl-PrereqScanner

1.015     2012-12-14 22:07:55 America/New_York
  - document that "no Module" also works (thanks for the report, Toby Inkster)

1.014     2012-07-26 13:22:02 America/New_York
  - require a more recent PPI for various bugfixes that broke tests
    (thanks for the report, Salve J. Nilsen)

1.013     2012-07-01 17:21:25 America/New_York
 - make scan_prereqs scan directories recursively (thanks, Jakob Voss)

 - if PPI parsing fails, include PPI::Document->errstr in error message
   (Christopher J. Madsen)

1.012     2012-06-27 16:17:28 America/New_York
  - fix "with (...)" where spaces occur between with and parenthesized list
    (thanks to celogeek for the failing test)

1.011     2012-03-07 13:08:49 Europe/Paris
  - require CPAN::Meta::Requirements 2.120630 and fix tests to reflect
    its v-string normalizing behavior

1.010     2012-02-22 10:07:46 America/New_York
  - fix documentation bug (thanks to Marius Olsthoorn for the report)

  - add a test case to prove someone wrong on the internet

1.009     2012-01-01 23:11:51 America/New_York
 - switch from Version::Requirements to CPAN::Meta::Requirements

1.008     2011-11-01 10:35:46 Europe/Paris
 - fix rt#72062 - look for "require Module; Module->VERSION(min);"
   (Christopher J. Madsen)

1.007     2011-08-31 09:22:12 Europe/Paris
 - new option --combine for scan_prereqs script (randy stauner)

1.006     2011-08-20 14:03:24 Europe/Paris
  - add the POE scanner for POE components (David Golden)

1.005     2011-08-17 18:39:22 America/New_York
  - stop stripping "always core" prereqs like strict and warnings

  - add the Aliased scanner for aliased.pm (thanks, David Golden)

1.004     2011-05-30 21:02:52 America/New_York
  - avoid calling a method on undef (i.e., cope with PPI doing surprising
    things)

1.003     2011-05-16 15:46:02 America/New_York
  - fix a bug that caused things like "within" and "trextends" to trigger
    the Moose scanner

1.002     2011-02-02 10:21:55 Europe/Paris
 - fix rt#61608 - missing description in whatisentry for TestMore.pm

1.001     2011-01-05 16:35:26 Europe/Paris
 - fix bin/prereqs (randy stauner)

1.000     2010-12-06 17:54:20 Europe/Paris
 - fix rt#59016 - support for moose 1.03 version declarations (apocalypse)

0.101892  2010-12-03 17:15:25 Europe/Paris
 - throw an exception if PPI fails to parse code (vyacheslav matjukhin)

0.101891  2010-09-05 15:31:49 America/New_York
 - add a core scanner for Test::More's done_testing
 - do not detect prereqs for invalid class names in Moose scanner
 - added TODO tests for "with('Name')" -- note the parens

0.101890  2010-07-08 18:45:57 Europe/Paris
 - fix rt#59121 - remove lurking temp files

0.101480  2010-05-28 08:41:56 America/New_York
 - bump prereq version of String::RewritePrefix

0.101250  2010-05-05 09:32:19 America/New_York
 - convert to Moose object system
 - add the Scanner role and pluggable scanners

0.100960  2010-04-06 17:03:46 Europe/Paris
 - add 'feature' pragma to skip list (mark gardner)
 - added some tests (mark gardner)

0.100830  2010-03-24 13:37:31 Europe/Paris
 - fix rt#55713: support for use parent -norequire
 - fix rt#55851: 'require $foo;' shouldn't add any prereq

0.100690  2010-03-10 21:06:49 America/New_York
 - remove another 5.10-ism

0.100680  2010-03-09 19:10:27 America/New_York
 - fix PPI version required (thanks, Christopher J. Madsen)

0.100630  2010-03-04 22:58:55 America/New_York
 - work on perl 5.8
 - require a newer Version::Requirements with critical bugfix

0.100521  2010-02-21 23:20:55 America/New_York
 - scanning methods now return Version::Requirements objects

0.100520  2010-02-21 15:55:31 America/New_York
 - add perl prereq to Makefile.PL to stop test failures

0.100510  2010-02-20 17:38:59 America/New_York
 - typo fixes (ricardo signes)
 - new script scan_prereqs
 - prereq accounting now managed by Version::Requirements
 - easier-to-link-to Pod

0.100491  2010-02-18 19:16:15 Europe/Paris
 - added a changelog (this file)

0.100490 2010-02-18 19:10:32 Europe/Paris
 - factored out from dist-zilla-plugin-autoprereq
 - fix qw and base-ver parent-ver (ricardo signes)
 - require base if version given (ricardo signes)
 - refactor with/extends (ricardo signes)
 - new methods scan_string() / scan_file()