Revision history for Perl extension Filter::Include.
1.6 Wed Aug 3 10:24:14 BST 2005
1.5 Fri Jul 15 15:46:32 GMT 2005
- Dropped Regexp::Common dependency, but added Scalar::Util dependency
- Dropped Changes from POD
- Fixed bug where line numbers weren't set correctly with includes within
includes
- Now uses ExtUtils::MakeMaker instead of Module::Build
- Added pre/post source inclusion handlers
- Tidied up and refactored source
1.4 Mon Sep 22 17:24:20 BST 2003
1.3 Fri Sep 5 16:15:09 BST 2003
- recursively processes the 'include' directive
- moved over to Module::Build, hurrah!
1.2 Mon Aug 4 12:19:12 BST 2003
- Fixed 2 bugs - forgot to "reverse" "@dirs" in "find_module_file" and
"_isfh" now checks if an object can "getlines" (not "can" which is silly).
1.1 Wed Jul 30 16:15:55 BST 2003
- Upgraded to a more respectable version number and added a more robust check
for the existence of a filehandle.
- Added tests for the coderef-type magic in @INC when performing a bareword
include.
- Added Changes section in POD.