#-----------------------------------------------------------------
# Changes for Module::ExtractUse
# $Rev: 8 $
# $Date: 2004-09-24 12:50:30 +0200 (Fri, 24 Sep 2004) $
#-----------------------------------------------------------------
2004-09-24
----------
* renamed test files
* added accessor method C<files>
* updated docs
* added t/pod.t and t/pod_coverage.t
2004-09-23
----------
* adapted test suite to new data structure / accessors
* resolved rt.cpan.org ticket #7013 "Parser should remember previously scanned
modules" (Michael G. Schwern) by shuffling various data structures around
* rearranged dist
* switched to Module::Build
* imported into svn
2004-07-20
----------
* resolved rt.cpan.org ticket #7012 "uses preceded by a comment can be ignored"
by applying the patch by Michael G. Schwern. Thanks!
2003-06-08 Module-ExtractUse-0.10
----------
* accelerated the parsing:
- Parse a statement instead of a whole module
- Befor parsing, check with a regex if the statement
contains 'use' or 'require'
- Enhanced grammer (thanks to $::RD_TRACE)
2003-04-18 Module-ExtractUse-0.05
----------
* added precompilation of grammar to Makefile.PL
* changed @found to @::found
* init @::found in start-rule instead via startup-action
2003-03-31 Module-ExtractUse-0.03
----------
* sort of working
* including docs and tests
Fri Mar 7 21:06:54 2003
- original version; created by h2xs 1.21 with options
-XA -n Module::ExtractUse