|
NAMEDateTime::Calendar::FrenchRevolutionary::Locale::en -- English localization for the French revolutionary calendar.SYNOPSISuse DateTime::Calendar::FrenchRevolutionary::Locale; my $english_locale = DateTime::Calendar::FrenchRevolutionary::Locale->load('en'); my $english_month_name =$english_locale->month_name($date); DESCRIPTIONThis module provides localization for DateTime::Calendar::FrenchRevolutionary. Usually, its methods will be invoked only from DT::C::FR.The month names come from Thomas Carlyle's book. Most of the feast names come from Alan Taylor's kokogiak.com web site, later checked with Wikipedia and with Jonathan Badger's French Revolutionary Calendar module written in Ruby. The day names are from this module's author. USAGEThis module provides the following class methods:
SUPPORTSupport for this module is provided via the datetime@perl.org email list. See <https://lists.perl.org/> for more details.Please report any bugs or feature requests to Github at <https://github.com/jforget/DateTime-Calendar-FrenchRevolutionary>, and create an issue or submit a pull request. If you have no feedback after a week or so, try to reach me by email at JFORGET at cpan dot org. The notification from Github may have failed to reach me. In your message, please mention the distribution name in the subject, so my spam filter and I will easily dispatch the email to the proper folder. On the other hand, I may be on vacation or away from Internet for a good reason. Do not be upset if I do not answer immediately. You should write me at a leisurely rythm, about once per month, until I react. If after about six months or a year, there is still no reaction from me, you can worry and start the CPAN procedure for module adoption. See <https://groups.google.com/g/perl.module-authors/c/IPWjASwuLNs> <https://www.cpan.org/misc/cpan-faq.html#How_maintain_module> and <https://www.cpan.org/misc/cpan-faq.html#How_adopt_module>. AUTHORJean Forget <JFORGET@cpan.org>The development of this module is hosted by Les Mongueurs de Perl, <http://www.mongueurs.net/>. SEE ALSOBooksThe French Revolution, Thomas Carlyle, Oxford University PressCalendrier Militaire, anonymous Internet<http://datetime.perl.org/><https://www.allhotelscalifornia.com/kokogiakcom/frc/default.asp> <https://github.com/jhbadger/FrenchRevCal-ruby> <https://en.wikipedia.org/wiki/French_Republican_Calendar> LICENSE STUFFCopyright (c) 2003, 2004, 2010, 2012, 2014, 2016, 2019, 2021 Jean Forget. All rights reserved. This program is free software. You can distribute, adapt, modify, and otherwise mangle DateTime::Calendar::FrenchRevolutionary under the same terms as perl 5.16.3.This program is distributed under the same terms as Perl 5.16.3: GNU Public License version 1 or later and Perl Artistic License You can find the text of the licenses in the LICENSE file or at <https://dev.perl.org/licenses/artistic.html> and <https://www.gnu.org/licenses/old-licenses/gpl-1.0.html>. Here is the summary of GPL: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see <https://www.gnu.org/licenses/> or contact the Free Software Foundation, Inc., <https://www.fsf.org>.
Visit the GSP FreeBSD Man Page Interface. |