Subject: | SketchBar not loaded in Chart::OFC.pm |
In OFC.pm most/all modules in this distribution. One that is not is
SketchBar. The attached patch adds SketchBar to the list of modules to
be required.
Subject: | Chart_OFC.patch |
--- /Library/Perl/5.8.8/Chart/OFC.pm 2008-08-10 13:36:37.000000000 -0500
+++ OFC.pm 2008-08-10 13:37:06.000000000 -0500
@@ -87,7 +87,6 @@
require Chart::OFC::Dataset::FadeBar;
require Chart::OFC::Dataset::OutlinedBar;
require Chart::OFC::Dataset::GlassBar;
-require Chart::OFC::Dataset::SketchBar;
require Chart::OFC::Dataset::Line;
require Chart::OFC::Dataset::LineWithDots;