The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.14 - 2014-03-09

  • API CHANGES
    • Mostly backward-compatible API changes.
    • Script, Dataset now have get_parent() method for better consistency with other methods. parent() method is deprecated, but supported for backward-compatibility.
    • Add set(), setq() and unset() methods to Dataset as aliases of *_option() methods for better symmetry to Script API.
  • BUG FIX
    • Script, Dataset: set_parent() now uses blessed() function to check the argument. It's safer.
  • DOCUMENTATION
    • Mention Gnuplot::Builder::Wgnuplot.
    • Improve SYNOPSIS for Dataset.

Modules

object-oriented gnuplot script builder
object-oriented builder for gnuplot dataset
a list part of which you can randomly access
gnuplot process manager
generic prototype-based object
object-oriented builder for gnuplot script

Provides

in lib/Gnuplot/Builder/Process.pm
in lib/Gnuplot/Builder/Util.pm