Revision history for Perl extension App::FromUnixtime
0.10 Sun Jan 4 20:09:09 JST 2015
-
also export 'from_unixtime' function for one liner (thanks to tokuhirom)
-
add '--no-re' option
-
rename internal function: _from_unixtime -> _replace_unixtime
-
fix pod
0.09 Sat Jan 3 21:38:27 JST 2015
-
add tests
0.08 Sat Jan 3 19:49:17 JST 2015
-
refactor
-
enable to replace unixtime args like `from_unixtime 1419702037`
-
enhance POD
0.07 Fri Jan 2 17:07:35 JST 2015
-
only replace after keyword
-
enable to replace only unixtime
-
remove eval
0.06 Mon Dec 29 21:21:59 JST 2014
-
enhance POD
0.05 Mon Dec 29 16:17:03 JST 2014
-
add pod for --re option
0.04 Mon Dec 29 15:49:52 JST 2014
-
add re option
-
refactor for metrics
0.03 Sun Dec 28 21:16:57 JST 2014
-
fix dependency
0.02 Sun Dec 28 19:16:11 JST 2014
-
use custom configuration file: .from_unixtimerc
-
add new options: --start-bracket, --end-bracket
-
add regexp pattarn for column: '_time'
-
enhanced tests
0.01 Sun Dec 28 12:13:57 JST 2014
-
original version