Here's a bundle to check to see that you have all the prerequisites.
#!/usr/bin/perl use strict; use warnings; use CPAN; CPAN::Shell->install( "Test::PDF", "ExtUtils::PkgConfig", "ExtUtils::Depends", "Cairo", "Test::LongString", "Text::Flow", "Graphics::Primitive::Driver::Cairo", "Math::Gradient", "Set::Infinite", "DateTime::Set", "Algorithm::Diff", "Text::Diff", "Test::Differences", "Color::Scheme", "Class::Data::Inheritable", "Class::Accessor::Fast", "Module::Pluggable", "Color::Library", "Test::Number::Delta", "MooseX::Aliases", "Graphics::Color", "Forest", "Graphics::Primitive", "MooseX::AttributeHelpers", "JSON::Any", "File::Path", "File::NFSLock", "IO::Dir", "Path::Class", "Carp::Clan", "MooseX::Types", "MooseX::Types::Path::Class", "Test::TempDir", "Test::NoWarnings", "Test::Tester", "Test::Deep", "String::RewritePrefix", "MooseX::Storage", "Math::Complex", "Check::ISA", "Hash::Util::FieldHash::Compat", "Algorithm::C3", "Class::C3", "MRO::Compat", "Scope::Guard", "Devel::GlobalDestruction", "Class::MOP", "Try::Tiny", "Moose", "Task::Weaken", "XSLoader", "base", "Variable::Magic", "Data::OptList", "Sub::Install", "Params::Util", "Sub::Exporter", "B::Hooks::EndOfScope", "Sub::Identify", "Sub::Name", "Package::Stash", "namespace::clean", "Tie::RefHash", "Test::use::ok", "Tie::ToObject", "Data::Visitor", "MooseX::Clone", "Geometry::Primitive", "ExtUtils::MakeMaker", "Layout::Manager", "Time::Local", "List::MoreUtils", "DateTime::Locale", "File::Temp", "Exporter", "ExtUtils::ParseXS", "Module::Build", "Attribute::Handlers", "ExtUtils::CBuilder", "Params::Validate", "Class::Singleton", "DateTime::TimeZone", "Test", "Text::Wrap", "Pod::Escapes", "Pod::Simple", "File::Spec", "Pod::Man", "Sub::Uplevel", "Test::Exception", "Test::Harness", "Test::More", "Scalar::Util", "DateTime", "Chart::Clicker");

In reply to Re^3: Chart::Clicker Question by Khen1950fx
in thread Chart::Clicker Question by Perobl

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.