The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for File-Listing

6.11      2020-10-06 03:00:45 -0600
  - Remove accidental recursive req on LWP::Simple

6.10      2020-10-05 15:18:30 -0600
  - Production version identical to 6.09_01

6.09_01   2020-10-05 08:17:32 -0600
  - Remove TABs from source files and tests (gh#17)
  - Restores (theoretical, untested) support for 5.6, which was removed when
    the tests added modern file tests (gh#17)
  - Fixes or silences several minor nits reported by PerlCritic (gh#17)

6.08_01 2020-10-01 17:28:35 -0600
  - We now only call Time::Local::timelocal with four digit years (gh#5, gh#14)

6.07 2020-09-30 08:47:18 -0600
  - Production version identical to 6.06_01

6.06_01 2020-09-30 06:34:08 -0600
  - Add examples to documentation.

6.05_01 2020-09-29 21:25:35 -0600
  - New maintainer (Graham Ollis / plicease)
  - New GitHub repository https://github.com/PerlAlien/File-Listing
  - Include Perl core modules in prereqs (rt#85100 / gh#2)
  - Converted Changes file to standard format (the original
    Changes file is available as Changes.original)
  - Migrate Test.pm tests to use Test::More, all tests
    use strict and warnings now.

6.04 2012-02-15
  - Minor mistake in module description (Erik Esterer)
  - Test parsing of dosftp listing (Gisle Aas)
  - This module works with 5.6.2 (Peter Rabbitson)

6.03 2011-09-20
  - Minor mistake in module description (Erik Esterer)
  - Fixes to the parsing of 'ls -l' file modes (rt#71054, Peter John Acklam)

6.02 2011-03-20
  - Avoid running live test.  Embed the expected test data in  the test file.
    Update the test data inline by invoking 'perl t/apache.t --update'.

6.01 2011-03-13
  - Added legal notice and updated the meta repository link

6.00 2011-02-25
  - Initial release of File-Listing as a separate  distribution.  The File::Listing
    module used to be bundled with the libwww-perl distribution.

  - Since libwww-perl-5.837 File::Listing has been made able to deal with listings
    full of table markup (like what we find at http://www.cpan.org/modules/by-module/).