Subject: | Mis-spelling: "mallorn trea" |
The on_date() method for March 29 2006 Gregorian = 6 Astron 7470 Shire
Reckoning returns the text "The mallorn trea flowers in the party field,
1420." Shouldn't this be "The mallorn tree flowers in the party field,
1420."?
The attached file is a universal diff based on Date::Tolkien::Shire
version 1.12 that:
* Bumps the version to 1.12_001
* Changes "mallorn trea" to "mallorn tree".
Picky, picky, picky.
Thanks,
Tom Wyant
Subject: | Shire.diff |
--- Shire.orig Thu Feb 20 21:09:20 2003
+++ Shire.pm Wed Mar 29 11:00:47 2006
@@ -33,7 +33,7 @@
use vars qw($VERSION $ERROR);
-$VERSION = 1.12;
+$VERSION = 1.12_001;
=head1 METHOD REFERENCE
@@ -652,7 +652,7 @@
27 => "Bard II and Thorin III Stonehelm drive the enemy from Dale, 1419.\n",
28 => "Celeborn crosses the Anduin and begins destruction of Dol Guldur, 1419.\n"
};
- $events{4} = { 6 => "The mallorn trea flowers in the party field, 1420.\n",
+ $events{4} = { 6 => "The mallorn tree flowers in the party field, 1420.\n",
8 => "Ring bearers are honored on the fields of Cormallen, 1419.\n",
12 => "Gandalf arrives in Hobbiton, 1418\n"
};