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 Bio-Tools-Primer3Redux

0.07      2011-06-07 22:06:28 America/Chicago

 * Changes to allow running w/o a defined sequence template to check
   existing primers, add PRIMER_TASK method (fschwach)

0.06      2011-06-07 21:51:44 America/Chicago

 * Module::Build doesn't support test_requires, so pushing req to
   build_requires and changing to Test::Most (andk)

0.05      2011-05-21 22:24:48 America/Chicago

 * Fix skipped test count
 * Requires BioPerl 1.6.900 or higher

0.04      2011-05-19 09:09:11 America/Chicago

 * Add methods 'errors' and 'warnings' so one can catch errors or
   warnings primer3 produces in the Result object (fschwach)

0.03      2011-05-16 22:39:27 America/Chicago

 * Fix test count, skip tests if there isn't an executable (to be
   changed when parsing is pulled out)

0.02      2011-05-16 12:45:03 America/Chicago

 * Fix test count, in case an older version of BioPerl is used
   (fschwach)
 * Small updates to Build.PL

0.01      2011-04-29 15:46:42 America/Chicago

 * initial version