Re: Where to start with using Perl in testing?

2010-10-28 Thread Peter Leonard
Ari, It's a couple of years old, and the examples are in Java, but the philosophy still holds, and it's a good book on the subject: Test Driven Development by Kent Beck http://www.amazon.com/Test-Driven-Development-Kent-Beck/dp/0321146530/ On 10/28/2010 07:05 PM, Ari King wrote: Hi all,

Bug in TAP::Harness::Archive->aggregator_from_archive()

2010-02-26 Thread Peter Leonard
So I think I have found a bug in TAP::Harness::Archive->aggregator_from_archive(). If the archive has a meta.yml file, there's a corner case where files aren't added properly. The code block is lines 340-356: if( -e $yaml_file) { # parse it into a structure $meta = YAML::Tin