# Changes for Module::Extract::Use
1.01 - Wed Mar 30 22:28:30 2011
- Promote to a stable version
- Some files moved around, and I updated the copyright statements
for downstream ease.
0.18 - Mon Mar 21 22:15:34 2011
Implemented get_modules_with_details to extract the
version and import lists for a use().
0.16 - Wed Jun 10 00:21:12 2009
- Small distro cleanups and new META_MERGE hotness. No need
to upgrade.
0.15 - Sun May 31 23:35:10 2009
- Debian wants the man pages, so I guess I'll make them
after all
0.14 - Wed May 20 07:07:56 2009
- Adjust PPI bits to look for 'require' bits too
- Add extract_modules example from Jonathan Yu
0.13 - Wed Oct 29 14:15:51 2008
- Only return unique elements, so remove the duplicates
from the return list
0.12 - Wed Oct 29 02:40:08 2008
- No more carping. Check the value of $object->error after a call
to see if anything bad happened.
0.11 - Tue Oct 28 17:25:54 2008
- Bump to a release version
0.10_01 - Fri Aug 15 16:09:15 2008
- First release of a module to pull out the package names