Pavel Zakouril <Pavel.Zakouril@mff.cuni.cz>
Pedro Felipe Horrillo Guerra <pancho@pancho.name>
Per Einar Ellefsen <per.einar@skynet.be>
+Perlover <perlover@perlover.com>
Peter BARABAS
Pete Peterson <petersonp@genrad.com>
Peter Chines <pchines@nhgri.nih.gov>
package UNIVERSAL;
-our $VERSION = '1.09';
+our $VERSION = '1.10';
# UNIVERSAL should not contain any extra subs/methods beyond those
# that it exists to define. The use of Exporter below is a historical
use Scalar::Util 'blessed';
- if ( blessed( $obj ) && $obj->isa("Some::Class") {
+ if ( blessed( $obj ) && $obj->isa("Some::Class") ) {
...
}