Thanks. This patch will be in the next release:
Index: t/options.t
===================================================================
--- t/options.t (revision 2916)
+++ t/options.t (working copy)
@@ -80,3 +80,8 @@
@ARGV = (%testopts, '--bugzilla-url' => 'url', '--handler' => 'HTML');
ok $opts = SVN::Notify->get_options, "Get SVN::Notify + HTML options";
is_deeply($opts, \%params, "Check new results");
+
+BEGIN {
+ package HTML::Entities;
+ $INC{'HTML/Entities.pm'} = __FILE__;
+}
Index: Changes
===================================================================
--- Changes (revision 2928)
+++ Changes (working copy)
@@ -1,6 +1,8 @@
Revision history for Perl extension SVN::Notify
2.63
+ - The tests in t/options.t no longer fail when HTML::Entities
is not
+ installed. Thanks to Ricardo Signes for the spot!
2.62 2006-06-30T18:03:21
- Changed to() accessor to return the first value in the
array in scalar