The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Author: Pablo Fischer <pablo@pablo.com.mx>
Date:   Sat Nov 21 19:11:26 2009 -0600

     - Catch notes that come from the tests and place them on
     $result->{'notes'}
     - Result details are moved form $result->{'result'} to
     $result->{'details'}
     - The custom_factory attribute is now called format_factory_class
     - Fix some bugs when we send a plan rather than an array of @tests.
     - By default warnings are printed, they can be disabled by setting
     Test::System->show_warnings to something Perl understand as false
     (empty, 0, undef)
     - For examples/suites.pl now it is a CLI command that uses
     Getopt::Awesome (another of my *awesome* modules). This is not a
     required dependency but instead it is a "recommended" dependency.

Author: Pablo Fischer <pablo@pablo.com.mx>
Date:   Fri Nov 20 11:36:44 2009 -0800

    Extra CPAN file updates

Author: Pablo Fischer <pablo@pablo.com.mx>
Date:   Fri Nov 20 11:35:09 2009 -0800

    Some other undef fixes

Author: Pablo Fischer <pablo@pablo.com.mx>
Date:   Fri Nov 20 00:57:16 2009 -0800

    CPAN files

Author: Pablo Fischer <pablo@pablo.com.mx>
Date:   Fri Nov 20 00:55:48 2009 -0800

    Fixed reference bugs

Author: Pablo Fischer <pablo@pablo.com.mx>
Date:   Thu Nov 19 19:04:13 2009 -0800

    New version of files before I create the tarball

Author: Pablo Fischer <pablo@pablo.com.mx>
Date:   Thu Nov 19 19:00:55 2009 -0800

    A fiix, we shouldn't be depending on Universal::isa

Author: Pablo Fischer <pablo@pablo.com.mx>
Date:   Wed Nov 18 11:13:46 2009 -0800

    Documentation improvements and add a new function: pretest_verification

Author: Pablo Fischer <pablo@pablo.com.mx>
Date:   Fri Nov 13 22:21:43 2009 -0800

    Update METa.yml

Author: Pablo Fischer <pablo@pablo.com.mx>
Date:   Fri Nov 13 22:20:00 2009 -0800

    Update CHANGES, Makefile and README with latest stuff

Author: Pablo Fischer <pablo@pablo.com.mx>
Date:   Fri Nov 13 22:18:03 2009 -0800

    Now Test::System can connect with callbacks of TAP::Parser and
    TAP::Harness in order to know whats really happening and to build a hash
    with all this information so user can later process.

Author: Pablo Fischer <pablo@pablo.com.mx>
Date:   Fri Nov 13 12:54:24 2009 -0800

    Update the CHANGES file and the README

Author: Pablo Fischer <pablo@pablo.com.mx>
Date:   Fri Nov 13 12:53:29 2009 -0800

    Increment version (forgot a file)

Author: Pablo Fischer <pablo@pablo.com.mx>
Date:   Fri Nov 13 12:13:30 2009 -0800

    Fixed some documentation issues and improved it.

Author: Pablo Fischer <pablo@pablo.com.mx>
Date:   Fri Nov 13 02:21:48 2009 -0800

    Increment version since I did something stupid via PAUSE

Author: Pablo Fischer <pablo@pablo.com.mx>
Date:   Fri Nov 13 02:19:12 2009 -0800


Author: Pablo Fischer <pablo@pablo.com.mx>
Date:   Fri Nov 13 02:12:45 2009 -0800

    ./Makefile.PL result

Author: Pablo Fischer <pablo@pablo.com.mx>
Date:   Fri Nov 13 02:07:02 2009 -0800

    Let Test::System read a test plan from a YAML file and execute from
    there.
    
    Also drop some attributes from Test::System since they are not really
    needed or some are not that *required*

Author: Pablo Fischer <pablo@pablo.com.mx>
Date:   Mon Nov 9 14:05:18 2009 -0800

    Make it more CPAN standard

Author: Pablo Fischer <pablo@pablo.com.mx>
Date:   Mon Nov 9 09:53:02 2009 -0800

    Initial revision