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

NAME

POSIX::strftime::GNU::PP - Pure-Perl extension for POSIX::strftime::GNU

SYNOPSIS

  $ export PERL_POSIX_STRFTIME_GNU_PP=1

DESCRIPTION

This is PP extension for POSIX::strftime which implements more character sequences compatible with GNU systems.

FUNCTIONS

strftime_orig

  $str = strftime_orig (@time)

This is original POSIX::strftime function.

strftime

  $str = strftime($format, @time)

This is replacement for POSIX::strftime function.

The non-POSIX feature is that seconds can be float number.

PERFORMANCE

The PP module is about 10 times slower than XS module.

SEE ALSO

POSIX::strftime::GNU.

AUTHOR

Piotr Roszatycki <dexter@cpan.org>

LICENSE

Copyright (c) 2012-2014 Piotr Roszatycki <dexter@cpan.org>.

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

ISO 8601 functions:

Copyright (c) 1991-2001, 2003-2007, 2009-2012 Free Software Foundation, Inc.

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 3 of the License, or (at your option) any later version.

See http://dev.perl.org/licenses/artistic.html