This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed8d0fe
)
Integrate from maint-5.8 #18348:
author
Hugo van der Sanden
<hv@crypt.org>
Fri, 3 Jan 2003 11:14:51 +0000
(11:14 +0000)
committer
hv
<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
patch
|
blob
|
blame
|
history
diff --git
a/lib/Math/Trig.pm
b/lib/Math/Trig.pm
index
d1ac4f5
..
9e653c8
100644
(file)
--- 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.0
1
;
+$VERSION = 1.0
2
;
my @angcnv = qw(rad2deg rad2grad
deg2rad deg2grad
@@
-144,6
+144,9
@@
sub great_circle_direction {
return rad2rad($direction);
}
+1;
+
+__END__
=pod
=head1 NAME