Tue Jun 28 16:21:18 2005

Ticket #1211

Perl dependencies in HTMLAREA (and Xinha?)


Priority: normal Reporter: john
Severity: minor Assigned to: anonymous
Component: WYSIWYG editor Status: new
Version: 3.0.0 Resolution:  
Milestone: 3.0.0 Keywords:  

Description by john:

File 'make-release.pl' should be removed from the source distro if it
is not used, or else the line 'use HTML::Mason;' should be changed to
'eval { use HTML::Mason }  or die $@;'    Likewise, the file 'spell-
check-logic.cgi' (line 16) should be changed so that Text::Aspell
throws an error if the Aspell library is not available.     This will
enable an RPM package to be build which does not have dependencies on
these Perl modules.

Changelog

Fri Aug 5 10:36:56 2005: Modified by mugur

  • milestone changed from 2.2.2 to 3.0.0