Change 18412 by [EMAIL PROTECTED] on 2003/01/03 11:14:51

        Integrate from maint-5.8 #18348:
        Make Math::Trig a little bit more better behaved module citizen.

Affected files ...

... //depot/perl/lib/Math/Trig.pm#20 integrate

Differences ...

==== //depot/perl/lib/Math/Trig.pm#20 (text) ====
Index: perl/lib/Math/Trig.pm
--- perl/lib/Math/Trig.pm#19~12113~     Fri Sep 21 10:08:24 2001
+++ perl/lib/Math/Trig.pm       Fri Jan  3 03:14:51 2003
@@ -16,7 +16,7 @@
 
 @ISA = qw(Exporter);
 
-$VERSION = 1.01;
+$VERSION = 1.02;
 
 my @angcnv = qw(rad2deg rad2grad
             deg2rad deg2grad
@@ -144,6 +144,9 @@
     return rad2rad($direction);
 }
 
+1;
+
+__END__
 =pod
 
 =head1 NAME
End of Patch.

Reply via email to