diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-29 03:38:56 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-29 03:38:56 +0000 |
commit | d6a466d771dbdc293e3f83b595b03cf44617cabb (patch) | |
tree | 070a190c3592fb1ef216b61ebf315f0d819b5951 /lib/Math/Trig.pm | |
parent | 199566928fd3000f78b2b73ac518cc24c1c23c98 (diff) | |
download | perl-d6a466d771dbdc293e3f83b595b03cf44617cabb.tar.gz |
Bump up the VERSIONs of modules that have changed since 5.6.0,
the modules found using a script written by Larry Schatzer Jr.
p4raw-id: //depot/perl@11016
Diffstat (limited to 'lib/Math/Trig.pm')
-rw-r--r-- | lib/Math/Trig.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Math/Trig.pm b/lib/Math/Trig.pm index 2a23590a2f..b10cda6f3c 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.00; +$VERSION = 1.01; my @angcnv = qw(rad2deg rad2grad deg2rad deg2grad |