![]() |
File Search | Catalog | Content Search |
Homepage: | - |
Package version: | - |
Architecture: | - |
Distribution: | Perl-CPAN |
Filename: | POSIX-strftime-GNU-0.0202.tar.gz |
NAME POSIX::strftime::GNU - strftime with GNU extensions SYNOPSIS use POSIX::strftime::GNU; use POSIX 'strftime'; print POSIX::strftime('%a, %d %b %Y %T %z', localtime); command line: C:\> set PERL_ANYEVENT_LOG=filter=debug C:\> perl -MPOSIX::strftime::GNU -MAnyEvent -e "AE::cv->send" DESCRIPTION This is a wrapper for POSIX::strftime which implements m more»
# NAME POSIX::strftime::GNU - strftime with GNU extensions # SYNOPSIS use POSIX::strftime::GNU; use POSIX 'strftime'; print POSIX::strftime('%a, %d %b %Y %T %z', localtime); command line: C:\> set PERL_ANYEVENT_LOG=filter=debug C:\> perl -MPOSIX::strftime::GNU -MAnyEvent -e "AE::cv->send" # DESCRIPTION This is a wrapper for [POSIX::strftime](http://search.cpan.org/perldo more»
------------------------------------------------------------------------ 0.0202 2012-11-02 Piotr Roszatycki <dexter@cpan.org> * Fixed build process on Windows with Interix. ------------------------------------------------------------------------ 0.0201 2012-10-23 Piotr Roszatycki <dexter@cpan.org> * Fixed build process on Windows when current directory contains space character. - more»
This software is copyright (c) 2012 by Piotr Roszatycki <dexter@cpan.org>. This is free software; y more»
#!/usr/bin/perl use strict; use warnings; our $VERSION = '0.999_001'; use File::Find; use File::S more»
[DIR] | POSIX-strftime-GNU-0.0202/ (17) |