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 URI-SmartURI

0.027  2009-04-27 15:24:22
    - accidentally shipped a Makefile

0.026  2009-04-27 13:35:48
    - fix non-inlined-constructor warning.
    - re-enable escape.t.
    - remove taint check in tests.
    - ignore @INC entries that don't exist

0.025  2008-09-02 16:23:57
    - Turned off escape.t because it was failing tests in some places for reasons
      I don't understand.

0.024  2008-06-28 01:10:13
    - Clear $@ in ->can to not show spurious errors in Catalyst.

0.023  2008-06-13 09:32:43
    - Removed ugly hack to turn off redefined warnings, this is fixed
      in new MRO::Compat.

0.022  2008-06-06 13:10:05
    - Fixed test and import issues on Win32.

0.021  2008-06-05 18:11:11
    - Fixed redefined warnings from Class::C3 and a bug in AUTOLOAD
      during destruction.

0.02  2008-06-03 20:42:46
    - Split from Catalyst::Plugin::SmartURI, converted to Moose