This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make Math::Trig a little bit more better behaved module citizen.
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 23 Dec 2002 06:42:29 +0000 (06:42 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 23 Dec 2002 06:42:29 +0000 (06:42 +0000)
p4raw-id: //depot/maint-5.8/perl@18348

lib/Math/Trig.pm

index d1ac4f5..9e653c8 100644 (file)
@@ -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