1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Subject: fix some POD formatting errors
Author: Olivier Sallou <olivier.sallou@irisa.fr>
Last-Update: 2011-07-11
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=125737
--- a/VecStat.pm
+++ b/VecStat.pm
@@ -299,7 +299,7 @@
having the median value, e.g. [1,3,3,3,5]. In this case
we choose always the first element in the original vector
which is a median. In the example, we return [3,1].
-
+=back
=head1 HISTORY
$Log: VecStat.pm,v $
@@ -334,6 +334,8 @@
Revision 1.1 1995/12/26 09:39:07 willijar
Initial revision
+=back
+
=head1 BUGS
Let me know. I welcome any appropriate additions for this package.
|