diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/bigrat.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/bigrat.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/bigrat.pm b/Master/tlpkg/tlperl/lib/bigrat.pm index 907c13ceb5d..6ba821d976b 100644 --- a/Master/tlpkg/tlperl/lib/bigrat.pm +++ b/Master/tlpkg/tlperl/lib/bigrat.pm @@ -1,7 +1,7 @@ package bigrat; use 5.006; -$VERSION = '0.28'; +$VERSION = '0.29'; require Exporter; @ISA = qw( bigint ); @EXPORT_OK = qw( PI e bpi bexp ); |