The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
1.46    2008-10-27      fix bug on Windows

1.45    2008-10-22      add QNX, QNX::v4, QNX::Neutrino
                          (thanks to Matt Kraai)
                        add Realtime family
                        doco about families
                        add licence text files
                        families now use documented interface instead
                          of embedding $^O values all over the place

1.44    2008-09-26      add D::A::MirOSBSD ($^O eq 'mirbsd')

1.43    2008-03-12      use-devel-assertos now prints some status updates;
                        Break up 'package Devel::CheckLib' in inc/ so
                          distributions including it don't get marked
                          as 'unauthorised'

1.42    2007-11-20      Applied Seth Blumberg's patch to make
                          list_platforms work on not-Unix;
                        Documented that ...::OSFeatures::* is reserved;
                        Added D::A::OSFeatures::POSIXShellRedirection

1.41    2007-11-07      Aaargh, fixed broken Makefile.PL

1.4     2007-11-07      Fix use-devel-assertos to update MANIFEST

1.3     2007-11-07      Support multi-level OSnames

1.2     2007-10-14      Made prompts in Makefile.PL clearer;
                        Added use-devel-assertos script;
                        Makefile.PL now requires 5.005 instead of use

1.1     2007-10-04      Oops, forgot to 'use Exporter'!

1.0     2007-10-02      Remove File::Spec::Functions;
                        Test that we can load the OSes we detected.
                          This is totally paranoid cos we already
                          did it in Makefile.PL to detect them, but
                          mumble mumble case insensitve mumble

0.92    2007-10-01      More portability fixes

0.91    2007-10-01      Fix filesystem portability stuff using 'catdir'

0.9     2007-09-30      First release candidate