cjfields / Bio-Tools-Primer3Redux

A reimplementation of BioPerl's Primer3-related code for primer3 v1 and v2
http://bioperl.org
10 stars 5 forks source link

Replace use of UNIVERSAL::foo with better code #2

Closed cjfields closed 13 years ago

cjfields commented 13 years ago

Current code uses UNIVERSAL::isa among other things, should be changed to something a bit more syntactically correct.

cjfields commented 13 years ago

Fixed per pull request.