CXC-Gnuplot

 view release on metacpan or  search on metacpan

lib/CXC/Gnuplot/V0/Util.pm  view on Meta::CPAN

  'gnuplot_color',
  'gnuplot_color_names',
  'maybe_quote',
  'pvalidate',
  'pvalidate_xy_pair',
  'quote',
  'render_opts',
  'to_hash_r',
  ;

# use namespace::autoclean;
use Hash::Merge;
use Ref::Util 'is_plain_arrayref', 'is_plain_hashref', 'is_plain_ref', 'is_ref', 'is_blessed_ref';
use builtin::compat 'blessed', 'load_module', 'trim', 'is_bool', 'true', 'false';
use CXC::Data::Visitor 'visit', 'VISIT_ALL', 'RESULT_CONTINUE';
use B ();

use constant BASE => __PACKAGE__ =~ s/[^:]+$//r;

my sub croak {
    require Carp;

lib/CXC/Gnuplot/V1/Util.pm  view on Meta::CPAN

  'gnuplot_color_names',
  'maybe_quote',
  'pvalidate',
  'pvalidate_xy_pair',
  'quote',
  'render_opts',
  'to_hash_r',
  'clone_object',
  ;

# use namespace::autoclean;
use Hash::Merge;
use Ref::Util 'is_plain_arrayref', 'is_plain_hashref', 'is_plain_ref', 'is_ref', 'is_blessed_ref';
use builtin::compat 'blessed', 'load_module', 'trim', 'is_bool', 'true', 'false';
use CXC::Data::Visitor 'visit', 'VISIT_ALL', 'RESULT_CONTINUE';
use B ();

use constant BASE => __PACKAGE__ =~ s/[^:]+$//r;

my sub croak {
    require Carp;



( run in 2.878 seconds using v1.01-cache-2.11-cpan-0fb53d1c279 )