From bf10efe7e35fa48859e575b890018da16608a9d7 Mon Sep 17 00:00:00 2001 From: Larry Wall Date: Mon, 8 Jun 1992 04:52:51 +0000 Subject: perl 4.0 patch 21: patch #20, continued See patch #20. --- lib/bigrat.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/bigrat.pl') diff --git a/lib/bigrat.pl b/lib/bigrat.pl index 008befff20..fb10cf35de 100644 --- a/lib/bigrat.pl +++ b/lib/bigrat.pl @@ -3,6 +3,8 @@ require "bigint.pl"; # Arbitrary size rational math package # +# by Mark Biggar +# # Input values to these routines consist of strings of the form # m|^\s*[+-]?[\d\s]+(/[\d\s]+)?$|. # Examples: -- cgit v1.2.1