]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/history - t
Just use Mouse instead of Any::Moose
[perl/modules/LaTeX-TikZ.git] / t /
2015-04-22 Vincent PitJust use Mouse instead of Any::Moose
2013-08-24 Vincent PitRemove obsolete kwalitee workarounds
2013-08-07 Vincent PitUpdate author tests
2013-08-06 Vincent PitPreserve __PACKAGE__ from stringification by => rt87282
2013-08-06 Vincent PitFix the autocoercing code with recent versions of Moose
2013-08-06 Vincent PitRename LaTeX::TikZ::TypeConstraint::Autocoerce->parent...
2013-08-06 Vincent PitGet rid of t/99-kwalitee.t
2012-07-01 Vincent PitRequire Module::ExtractUse 0.24 for the Kwalitee test
2011-04-14 Vincent PitMake LaTeX::TikZ::Scope objects immutable
2011-02-12 Vincent PitAbstract the mod antiduplication logic in a new context...
2011-02-01 Vincent PitIntroduce LaTeX::TikZ::Mod::Scale
2011-02-01 Vincent PitGenerate the chain links only at path time
2011-02-01 Vincent PitIntroduce the ->begin and ->end path methods
2011-01-31 Vincent PitIntroduce LaTeX::TikZ::Set::Chain
2011-01-27 Vincent PitRename LT::Set::Mutable to ::Container
2011-01-27 Vincent PitMake LT::Set::Path the base role, remove ::Op, and...
2010-12-20 Vincent PitSwitch to qw<>
2010-11-26 Vincent PitFactor the check() test function in an helper test...
2010-10-27 Vincent PitFix drawing empty sequences
2010-10-06 Vincent PitInsert rules after all their subrules and before all...
2010-08-22 Vincent PitFix and test parent validation in LT::Meta::TC::Autocoerce
2010-08-01 Vincent PitReplace LaTeX::TikZ::Set::Path::Elements by LaTeX:...
2010-08-01 Vincent PitBump the default space width of patterns to 10
2010-08-01 Vincent PitEnable taint mode for the functor test
2010-08-01 Vincent PitMove most of the functor logic into a new LT::Functor...
2010-08-01 Vincent PitFunctors overhaul
2010-08-01 Vincent PitFix cover for Mod::Pattern and Mod::Raw
2010-07-31 Vincent PitTest autocoercion
2010-07-29 Vincent PitAdd kwalitee test
2010-07-29 Vincent PitAdd portability files test
2010-07-29 Vincent PitAdd POD coverage test
2010-07-29 Vincent PitFix spacing in one use_ok
2010-07-22 Vincent PitMake ->render return one body for each argument
2010-07-22 Vincent PitTest formatter origin
2010-07-22 Vincent PitTest labeled points
2010-07-22 Vincent PitEnforce the non-negativity of some attributes with...
2010-07-22 Vincent PitAdd missing new fields to t/30-functor.t translator
2010-07-22 Vincent PitRemove magic LaTeX::TikZ::Interface->import
2010-07-22 Vincent PitIntroduce LaTeX::TikZ::Functor
2010-07-21 Vincent PitPattern covering tests
2010-07-21 Vincent PitComplete patterns implementation, interface and tests
2010-07-21 Vincent PitIntroduce LaTeX::TikZ::Set::Arrow
2010-07-21 Vincent PitReally allow coercing a string into a mod object
2010-07-21 Vincent PitIntroduce LaTeX::TikZ::Set::Arc
2010-07-21 Vincent PitTest fill mods covering
2010-07-21 Vincent PitTest rectangle and circle clips covering
2010-07-21 Vincent PitAllow a bare Tikz->point for 0
2010-07-21 Vincent PitIntroduce LaTeX::TikZ::Set::Polyline
2010-07-21 Vincent PitTest geometrical sets
2010-07-20 Vincent PitCoerce points from common types
2010-07-20 Vincent PitMake Points into a real class
2010-07-19 Vincent PitRename L::T::API to ::Interface
2010-07-19 Vincent PitTest mod/clip/layer folding
2010-07-18 Vincent PitMore layer mod folding tests
2010-07-18 Vincent PitTest clips
2010-07-18 Vincent PitMake sure Set->mod only accepts mods
2010-07-18 Vincent PitFix layer folding
2010-07-18 Vincent PitRegister Tikz->formatter in the API
2010-07-18 Vincent PitTested flattening of nested modified sets
2010-07-18 Vincent PitGet rid of LaTeX::TikZ::Set::Mod
2010-07-18 Vincent PitMore $set->mod and mod covering tests
2010-07-18 Vincent PitTest mod covering
2010-07-18 Vincent PitTest mod foldings
2010-07-18 Vincent PitIncrement the Test::Builder::Level in tests
2010-07-18 Vincent PitFix appending to a Set::Mod
2010-07-18 Vincent PitFix Set::Path->add
2010-07-18 Vincent PitCheck path elements with ->does
2010-07-18 Vincent PitBasic set tests in t/10-set.t
2010-07-18 Vincent PitTest the API in t/01-api.t
2010-07-17 Vincent PitInitial commit