diff options
Diffstat (limited to 'time/p5-Time-Piece/DESCR')
-rw-r--r-- | time/p5-Time-Piece/DESCR | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/time/p5-Time-Piece/DESCR b/time/p5-Time-Piece/DESCR new file mode 100644 index 00000000000..e02b24d77f1 --- /dev/null +++ b/time/p5-Time-Piece/DESCR @@ -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. |