added File::Path 2.04 as a prerequisite
This commit is contained in:
parent
44a036e095
commit
491544d5e4
3 changed files with 12 additions and 4 deletions
|
|
@ -5,6 +5,7 @@
|
|||
- fixed: Project manager modal dialog doesn't work in some instances.
|
||||
- fixed: Syndicated Content doesn't always decode text properly
|
||||
- fixed: Syndicated Content caches improperly
|
||||
- added File::Path 2.04 as a prerequisite
|
||||
|
||||
7.5.15
|
||||
- fixed: Colorpicker window would not open (Martin Kamerbeek / Oqapi)
|
||||
|
|
|
|||
|
|
@ -7,6 +7,12 @@ upgrading from one version to the next, or even between multiple
|
|||
versions. Be sure to heed the warnings contained herein as they will
|
||||
save you many hours of grief.
|
||||
|
||||
7.5.16
|
||||
--------------------------------------------------------------------
|
||||
* You need the following Perl Modules installed before you upgrade:
|
||||
File::Path
|
||||
|
||||
|
||||
7.5.13
|
||||
--------------------------------------------------------------------
|
||||
* RSSFromParent now uses the parent asset's canView method to
|
||||
|
|
@ -30,10 +36,10 @@ save you many hours of grief.
|
|||
7.5.11
|
||||
--------------------------------------------------------------------
|
||||
* You need the following new Perl Modules installed before you upgrade:
|
||||
Archive::Any
|
||||
Exception::Class
|
||||
Path::Class
|
||||
Image::ExifTool
|
||||
Archive::Any
|
||||
Exception::Class
|
||||
Path::Class
|
||||
Image::ExifTool
|
||||
List::MoreUtils
|
||||
|
||||
* SQL Form is no longer part of the official distribution of WebGUI,
|
||||
|
|
|
|||
|
|
@ -114,6 +114,7 @@ checkModule("Archive::Any", "0.093" );
|
|||
checkModule("Path::Class", '0.16' );
|
||||
checkModule("Exception::Class", "1.23" );
|
||||
checkModule("List::MoreUtils", "0.22" );
|
||||
checkModule("File::Path", "2.04" );
|
||||
|
||||
|
||||
###################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue