From 26844b5b0502cd280c9a320a2dece20273b36511 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 3 Jul 2017 15:19:09 +0100 Subject: [PATCH] - Added missing abstract as suggested by CPANTS. https://cpants.cpanauthors.org/release/WBRASWELL/MathPerl-0.100000 --- lib/MathPerl.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/MathPerl.pm b/lib/MathPerl.pm index deb1ea4..b37716c 100644 --- a/lib/MathPerl.pm +++ b/lib/MathPerl.pm @@ -16,3 +16,9 @@ use MathPerl::Config; our hashref $properties = {}; 1; # end of class + +=head1 NAME + +MathPerl - Mathematics Perl, The Optimized Math Library Suit. + +=cut