Make Math::Trig a little bit more better behaved module citizen.
p4raw-id: //depot/perl@18412
p4raw-integrated: from //depot/maint-5.8/perl@18411 'copy in'
lib/Math/Trig.pm (@17645..)
@ISA = qw(Exporter);
-$VERSION = 1.01;
+$VERSION = 1.02;
my @angcnv = qw(rad2deg rad2grad
deg2rad deg2grad
return rad2rad($direction);
}
+1;
+
+__END__
=pod
=head1 NAME