summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2003-01-03 11:14:51 +0000
committerhv <hv@crypt.org>2003-01-03 11:14:51 +0000
commitea0630ea3fba86265d2781f9d1d36d7250879de1 (patch)
tree73eec549a2f5e4a3cc5a34bf1b565b22885af497
parented8d0fe2473523a42189f0c3b912e68bf4ca9b1b (diff)
downloadperl-ea0630ea3fba86265d2781f9d1d36d7250879de1.tar.gz
Integrate from maint-5.8 #18348:
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..)
-rw-r--r--lib/Math/Trig.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/Math/Trig.pm b/lib/Math/Trig.pm
index d1ac4f5500..9e653c892d 100644
--- a/lib/Math/Trig.pm
+++ b/lib/Math/Trig.pm
@@ -16,7 +16,7 @@ our($VERSION, $PACKAGE, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
@ISA = qw(Exporter);
-$VERSION = 1.01;
+$VERSION = 1.02;
my @angcnv = qw(rad2deg rad2grad
deg2rad deg2grad
@@ -144,6 +144,9 @@ sub great_circle_direction {
return rad2rad($direction);
}
+1;
+
+__END__
=pod
=head1 NAME