Time-Format_XS
view release on metacpan or search on metacpan
Format_XS.pm view on Meta::CPAN
=for gpg
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=head1 NAME
Time::Format_XS - Companion module for Time::Format, to speed up time formatting.
=head1 VERSION
This document describes version 1.03 of Time::Format_XS, June 18, 2009.
Format_XS.pm view on Meta::CPAN
high quality standards; however, no guarantee can be made that there
are no undiscovered bugs, and no warranty is made as to suitability to
any given use, including merchantability. Should this module cause
your house to burn down, your dog to collapse, your heart-lung machine
to fail, your spouse to desert you, or George Bush to be re-elected, I
can offer only my sincere sympathy and apologies, and promise to
endeavor to improve the software.
=cut
=begin gpg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
iEYEARECAAYFAko6rsIACgkQwoSYc5qQVqpe+wCcDC3nQ0+uyU2JA53up0t3Q8BW
2gAAnR05228GxZ6Ty8gc+Euyu9tjfSc/
=ACJN
-----END PGP SIGNATURE-----
=end gpg
/*
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The GPG signature in this file may be checked with 'gpg --verify format.c'. */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <locale.h>
#include <ctype.h>
#include <config.h>
#ifdef I_LANGINFO
( run in 1.047 second using v1.01-cache-2.11-cpan-df04353d9ac )