Jean Forget > DateTime-Calendar-FrenchRevolutionary > DateTime::Calendar::FrenchRevolutionary::Locale::en

Download:
DateTime-Calendar-FrenchRevolutionary-0.07.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  1
View Bugs
Report a bug
Module Version: 0.07   Source  

NAME ^

DateTime::Calendar::FrenchRevolutionary::Locale::en -- English localization for the French revolutionary calendar.

SYNOPSIS ^

  use DateTime::Calendar::FrenchRevolutionary::Locale;
  my $english_locale = DateTime::Calendar::FrenchRevolutionary::Locale->load('en');

  my $english_month_name =$english_locale->month_name($date);

DESCRIPTION ^

This 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. The day names are from this module's author.

USAGE ^

This module provides the following class methods:

SUPPORT ^

Support for this module is provided via the datetime@perl.org email list. See http://lists.perl.org/ for more details.

AUTHOR ^

Jean Forget <JFORGET@cpan.org>

The development of this module is hosted by Les Mongueurs de Perl, http://www.mongueurs.net/.

SEE ALSO ^

Books

The French Revolution, Thomas Carlyle, Oxford University Press

Calendrier Militaire, anonymous

Internet

http://datetime.perl.org/

http://www.kokogiak.com/frc/default.asp

LICENSE STUFF ^

Copyright (c) 2003 Jean Forget. All rights reserved. This program is free software. You can distribute, modify, and otherwise mangle DateTime::Calendar::FrenchRevolutionary under the same terms as perl.