This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate from maint-5.8 #18348:
authorHugo van der Sanden <hv@crypt.org>
Fri, 3 Jan 2003 11:14:51 +0000 (11:14 +0000)
committerhv <hv@crypt.org>
Fri, 3 Jan 2003 11:14:51 +0000 (11:14 +0000)
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..)

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);
 
 
 @ISA = qw(Exporter);
 
-$VERSION = 1.01;
+$VERSION = 1.02;
 
 my @angcnv = qw(rad2deg rad2grad
             deg2rad deg2grad
 
 my @angcnv = qw(rad2deg rad2grad
             deg2rad deg2grad
@@ -144,6 +144,9 @@ sub great_circle_direction {
     return rad2rad($direction);
 }
 
     return rad2rad($direction);
 }
 
+1;
+
+__END__
 =pod
 
 =head1 NAME
 =pod
 
 =head1 NAME