diff options
Diffstat (limited to 'perl/perl-Time-Piece/README')
-rw-r--r-- | perl/perl-Time-Piece/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl/perl-Time-Piece/README b/perl/perl-Time-Piece/README new file mode 100644 index 0000000000..a00b817e1c --- /dev/null +++ b/perl/perl-Time-Piece/README @@ -0,0 +1,4 @@ +This module replaces the standard localtime and gmtime functions with +implementations that return objects. It does so in a backwards +compatible manner, so that using localtime/gmtime in the way +documented in perlfunc will still return what you expect. |