fix dates so they conform to ISO8601 (YYYY-MM-DD)
This commit is contained in:
parent
6b8a1fbef5
commit
4ff370c279
1 changed files with 8 additions and 8 deletions
16
Changes
16
Changes
|
@ -4,17 +4,17 @@
|
|||
* include the date and module version in the generated init file
|
||||
(Karen Etheridge)
|
||||
|
||||
0.000009 2012-19-04 SymKat <symkat@symkat.com>
|
||||
0.000009 2012-04-19 SymKat <symkat@symkat.com>
|
||||
* Stole Moo's MANIFEST.SKIP
|
||||
|
||||
0.000008 2012-19-04 SymKat <symkat@symkat.com>
|
||||
0.000008 2012-04-19 SymKat <symkat@symkat.com>
|
||||
* Added Makefile to MANIFEST.SKIP
|
||||
|
||||
0.000007 2012-15-04 SymKat <symkat@symkat.com>
|
||||
0.000007 2012-04-15 SymKat <symkat@symkat.com>
|
||||
* Added user and group accessors to set uid/gid based on names
|
||||
* Updated docs.
|
||||
|
||||
0.000006 2012-15-04 SymKat <symkat@symkat.com>
|
||||
0.000006 2012-04-15 SymKat <symkat@symkat.com>
|
||||
* PID file will be deleted on do_stop
|
||||
* PID file will be created by the target user when ->uid set
|
||||
* uid() and gid() now take strings as well (doherty)
|
||||
|
@ -23,22 +23,22 @@
|
|||
* Typo fixes
|
||||
* Mike Doherty (doherty) added to contrib (Thank you!)
|
||||
|
||||
0.000005 2012-18-02 SymKat <symkat@symkat.com>
|
||||
0.000005 2012-02-18 SymKat <symkat@symkat.com>
|
||||
* Fixed an issue with the inital PID being invalid.
|
||||
* Added directory accessor to support chdir before exec.
|
||||
* Minor documentation changes
|
||||
|
||||
0.000004 2012-18-02 SymKat <symkat@symkat.com>
|
||||
0.000004 2012-02-18 SymKat <symkat@symkat.com>
|
||||
* First release to cpan.
|
||||
* Refactoring and review by Matt S. Trout
|
||||
* I really changed the version this time!
|
||||
|
||||
0.000003 2012-18-02 SymKat <symkat@symkat.com>
|
||||
0.000003 2012-02-18 SymKat <symkat@symkat.com>
|
||||
* Test added for show_warnings.
|
||||
* Documentation updated for 0.0.2 changes.
|
||||
* Version changed this time.
|
||||
|
||||
0.000002 2012-18-02 SymKat <symkat@symkat.com>
|
||||
0.000002 2012-02-18 SymKat <symkat@symkat.com>
|
||||
* Default fork mode changed to double.
|
||||
* Added show_warnings command instead of alerting
|
||||
about DWIM actions.
|
||||
|
|
Loading…
Add table
Reference in a new issue