replaced Date::Calc with Date::Manip
This commit is contained in:
parent
13002676db
commit
a7e9ffb440
9 changed files with 10190 additions and 65 deletions
|
|
@ -78,6 +78,9 @@
|
|||
the shortcut.
|
||||
- bugfix [ 1016271 ]. all posts go to last forum in MB (Leendert Bottelberghs).
|
||||
- Added FastCGI support. (Kevin Wilson)
|
||||
- Replaced Date::Calc with Date::Manip to allow for dates before 1970 and
|
||||
after 2035. (Emiliano Bruni)
|
||||
- Added Date::Manip to the WebGUI distribution.
|
||||
|
||||
|
||||
6.1.1
|
||||
|
|
|
|||
|
|
@ -53,6 +53,8 @@ Convert::ASN1........................Graham Barr
|
|||
|
||||
Data::Config.........................Sébastien Aperghis-Tramoni
|
||||
|
||||
Date::Manip..........................Sullivan Beck
|
||||
|
||||
DBIx::FullTextSearch.................T.J. Mather
|
||||
|
||||
DBIx::Tree::NestedSet................Dan Collis Puro
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@ QnD INSTALL INSTRUCTIONS:
|
|||
DBI
|
||||
DBD::mysql
|
||||
Digest::MD5
|
||||
Date::Calc
|
||||
HTML::Parser
|
||||
Archive::Tar
|
||||
Compress::Zlib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue