The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.02 - 2010-08-02

  • Add : The functor rules now default to be appended to the list of existent rules ; except if there's already a rule of the same name, in which case it is always replaced. If you want to replace all the subclass/subroles, prepend the target name by '+'.
  • Chg : INCOMPATIBLE CHANGE : LT::Mod->cover was renamed to LT::Mod->covers.
  • Chg : The default space width for Dots and Lines patterns has been bumped to 10.
  • Chg : perl 5.8 is required.
  • Doc : Completed documentation of LT::Formatter, LT::Functor and LT::Meta::TC::Autocoerce.
  • Doc : Many typos were fixed.
  • Fix : Some raw and pattern mods could be wrongly optimized away.
  • Fix : Warnings with Moose 1.09.
  • Tst : Test autocoercion in t/02-autocoerce.t.
  • Tst : More user tests.

Modules

Perl object model for generating PGF/TikZ code.
LaTeX::TikZ formatter object.
Build functor methods that recursively visit nodes of a LaTeX::TikZ::Set tree.
An object that specifies how functors should handle a certain kind of set or mod.
LaTeX::TikZ public interface register and loader.
Type constraint metaclass that autoloads type coercions.
Base role for LaTeX::TikZ modifiers.
A modifier that clips sequences with a path.
A modifier that sets the line color.
A modifier that fills a closed path with a color.
Intermediate object between a modifier object and its code representation.
A modifier that specifies a drawing layer.
A modifier that fills a closed path with a pattern.
A dotted pattern modifier.
An hatched pattern modifier.
A literal TikZ modifier.
A modifier that sets the line width.
Internal representation of what LaTeX::TikZ consider as 2D points.
Coerce Math::Complex points into LaTeX::TikZ::Point objects.
An object modeling a TikZ scope or layer.
Base role for LaTeX::TikZ set objects.
A combined set object representing an arc.
A combined set object representing an arrow.
A set object representing a circle.
A set object representing a line.
A role for set objects that can be appended to.
A role for set objects that can be part of a path.
A set object representing a path.
A set object representing a point.
A set object representing a possibly closed path composed of contiguous lines.
A literal chunk of TikZ code.
A set object representing a rectangle.
A set object grouping a sequence of objects.
Miscellaneous tools for LaTeX::TikZ classes.