Codebase list libgraphics-primitive-perl / 69e2149
[svn-upgrade] Integrating new upstream version, libgraphics-primitive-perl (0.49) Jonathan Yu 14 years ago
4 changed file(s) with 6 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Graphics-Primitive
1
2 0.49 January 10th, 2009
3 - Remove typing for Path's primitives accessor
14
25 0.48 December 24th, 2009
36 - Add _draw_arc to Driver's require
2828 MooseX::Storage: 0.17
2929 resources:
3030 license: http://dev.perl.org/licenses/
31 version: 0.48
31 version: 0.49
3838 has 'primitives' => (
3939 metaclass => 'Collection::Array',
4040 is => 'rw',
41 isa => 'ArrayRef[Geometry::Primitive]',
41 isa => 'ArrayRef',
4242 traits => [qw(Clone)],
4343 default => sub { [] },
4444 provides => {
00 package Graphics::Primitive;
11 use Moose;
22
3 our $VERSION = '0.48';
3 our $VERSION = '0.49';
44
55 __PACKAGE__->meta->make_immutable;
66