The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
lc_time

This pragma switches the locale LC_TIME (or LC_ALL on windows) during the
"strftime()" call and returns a decoded() string. "strftime()" is exported by
default.

INSTALLATION

To install this module, run the following commands:

        perl Makefile.PL
        make
        make test
        make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc lc_time

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=lc_time

    Search CPAN
        http://search.cpan.org/dist/lc_time

    Github:
        https://github.com/abeltje/lc_time

COPYRIGHT AND LICENCE

(c) MMXIII - Abe Timmerman <abeltje@cpan.org>

This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

See:

o   <http://www.perl.com/perl/misc/Artistic.html>

o   <http://www.gnu.org/copyleft/gpl.html>

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.