Subject: | "Data" not "Date" object in ABSTRACT |
This corrects the "ABSTRACT" in "Makefile.PL".
Subject: | object-tiny_data_not_date.patch |
--- Makefile.PL 2009/10/13 16:02:46 1.1
+++ Makefile.PL 2009/10/13 16:02:56
@@ -8,7 +8,7 @@
WriteMakefile(
NAME => 'Object::Tiny',
- ABSTRACT => 'A date object with as little code as possible',
+ ABSTRACT => 'A data object with as little code as possible',
VERSION => $VERSION,
PREREQ_PM => {
# Skip on Windows to avoid breaking ActivePerl PPMs