Subject: | [PATCH] POD typos |
Description: fix POD typos
Author: Florian Schlichting <fsfs@debian.org>
--- a/Convert.pm
+++ b/Convert.pm
@@ -523,7 +523,7 @@
.
=head1 SYNOPSIS
.
->~~~~~~use Date::DateCalc;
+>~~~~~~use Date::Convert;
.
Show quoted text
>~~~~~~$date=new Date::Convert::Gregorian(1997, 11, 27);
>~~~~~~@date=$date->date;
@@ -555,7 +555,7 @@
.
=head1 DESCRIPTION
.
-Fucntion can be split into several categories:
+Function can be split into several categories:
.
=over 4
.
@@ -587,7 +587,7 @@
=item new
.
Create a new object in the specified format with the specified start
-paramaters, ie. C<$date = new Date::Convert::Gregorian(1974, 11, 27)>. The
+parameters, ie. C<$date = new Date::Convert::Gregorian(1974, 11, 27)>. The
start parameters vary with the subclass. My personal preference is to
order in decreasing order of generality (ie. year first, then month, then
day, or year then week, etc.)