The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Module::Locate

1.71 2012-09-17
    - Added github repository to documentation
    - Updated Makefile.PL with prereqs and github repository info
    - Updated this file to follow conventions in CPAN::Changes::Spec
    - minor updates to documentation to improve clarity
    - added App::Module::Locate to SEE ALSO
    - first release by NEILB (thanks to Dan for co-maint)

1.7 2005-07-02
    - "locate" now also accepts filenames
    - added "mod_to_path" function
    - dropped Module::Build and warnings dependencies
    - dropped Changes section from module POD

1.6 2005-05-19
    - fixed failing Win32 tests (thanks barbie!)

1.5 2004-01-07
    - added the ubiquitous "Makefile.PL" (thanks "Module::Build"!)

1.4 2003-12-15
    - now backward compatible with 5.00503

1.3 2003-11-25
    - Tidied up POD.
    - "acks_like_fh()" now tests plain globs i.e "*FH"

1.2 Tue Nov 25 13:30:23 GMT 2003
    - No longer "croak()"s when "locate()" fails to find the module (which is
      much nicer and is consistent with the documentation).
    - "Build.PL" should now play nice with "CPAN" installs

1.1 2003-11-07
    - fixed "$PkgRe" to be functional
    - added "is_mod_loaded()" and "is_pkg_loaded()" functions
    - added ':all' "import()" option
    - hopefully fixed b0rken CPAN make process ...

1.0 2003-09-23
    - Initial release