[SCM] Debian packaging of libtie-ical-perl branch, master, updated. debian/0.14-1-6-gf9edf40
Fabrizio Regalli
fabreg at fabreg.it
Tue Sep 20 16:29:54 UTC 2011
The following commit has been merged in the master branch:
commit f9edf40cb6544e8b444e8d2c9d2ea14795cc26e5
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date: Tue Sep 20 18:29:39 2011 +0200
Removed no necessary test.ics file
diff --git a/lib/Tie/iCal.pm b/lib/Tie/iCal.pm
index 88434ce..a9363ad 100644
--- a/lib/Tie/iCal.pm
+++ b/lib/Tie/iCal.pm
@@ -64,7 +64,7 @@ on the format of the iCalendar file only.
=head1 FILE LOCKING
The Tie::iCal object returned by tie can also be used to access the underlying Tie::File object.
-This is accessable via the 'A' class variable.
+This is accessible via the 'A' class variable.
This may be useful for file locking.
my $ical = tie %events, 'Tie::iCal', "mycalendar.ics";
@@ -602,4 +602,4 @@ L<perl>, L<Tie::File>, L<Date::ICal>
=cut
-1;
\ No newline at end of file
+1;
diff --git a/test.ics b/test.ics
deleted file mode 100644
index e69de29..0000000
--
Debian packaging of libtie-ical-perl
More information about the Pkg-perl-cvs-commits
mailing list