Showing 4 changed files with 4 additions and 3 deletions
+2 -3
README.md
... ...
@@ -501,7 +501,7 @@ It is useful to write configuration in ***gitprep.my.conf***, not gitprep.conf.
501 501
 
502 502
 [GitPrep Web Site](http://gitprep.yukikimoto.com/)
503 503
 
504
-## Internally Using Library
504
+## Internally Using Modules
505 505
 
506 506
 * [Config::Tiny](http://search.cpan.org/dist/Config-Tiny/lib/Config/Tiny.pm)
507 507
 * [DBD::SQLite](http://search.cpan.org/dist/DBD-SQLite/lib/DBD/SQLite.pm)
... ...
@@ -516,8 +516,7 @@ It is useful to write configuration in ***gitprep.my.conf***, not gitprep.conf.
516 516
 * [Object::Simple](http://search.cpan.org/dist/Object-Simple/lib/Object/Simple.pm)
517 517
 * [Text::Markdown::Hoedown](http://search.cpan.org/~tokuhirom/Text-Markdown-Hoedown-1.01/lib/Text/Markdown/Hoedown.pm)
518 518
 * [Validator::Custom](http://search.cpan.org/dist/Validator-Custom/lib/Validator/Custom.pm)
519
-* [mojo-legacy](https://github.com/jamadam/mojo-legacy) (until v1.12)
520
-
519
+* [Time-Moment](http://search.cpan.org/dist/Time-Moment/lib/Time/Moment.pod)
521 520
 
522 521
 ## Sister project
523 522
 
+1
cpanfile
... ...
@@ -14,3 +14,4 @@ requires 'Mojolicious::Plugin::AutoRoute', '== 0.19';
14 14
 requires 'Mojolicious::Plugin::INIConfig', '== 0.03';
15 15
 requires 'Mojolicious::Plugin::DBViewer', '== 0.28';
16 16
 requires 'Text::Markdown::Hoedown', '== 1.01';
17
+requires 'Time::Moment', '== 0.38';
+1
lib/Gitprep.pm
... ...
@@ -9,6 +9,7 @@ use Gitprep::Git;
9 9
 use Gitprep::Manager;
10 10
 use Scalar::Util 'weaken';
11 11
 use Validator::Custom;
12
+use Time::Moment;
12 13
 
13 14
 # Digest::SHA loading to Mojo::Util if not loaded
14 15
 {
BIN
xt/basic/gitprep.db
Binary file not shown.