- Timestamp:
- 07/23/08 00:21:34 (5 years ago)
- Location:
- lang/perl/Google-Chart/branches/moose/lib/Google/Chart
- Files:
-
- 1 removed
- 5 modified
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Google-Chart/branches/moose/lib/Google/Chart/Axis.pm
r16096 r16098 10 10 use constant parameter_value => ''; 11 11 12 with 'Google::Chart:: Role::QueryComponent';12 with 'Google::Chart::QueryComponent'; 13 13 14 14 coerce 'Google::Chart::Axis' -
lang/perl/Google-Chart/branches/moose/lib/Google/Chart/Data.pm
r16082 r16098 5 5 use constant parameter_name => 'chd'; 6 6 7 with 'Google::Chart:: Role::QueryComponent';7 with 'Google::Chart::QueryComponent'; 8 8 9 9 no Moose; -
lang/perl/Google-Chart/branches/moose/lib/Google/Chart/Marker.pm
r16082 r16098 8 8 use constant parameter_name => 'chm'; 9 9 10 with 'Google::Chart:: Role::QueryComponent';10 with 'Google::Chart::QueryComponent'; 11 11 12 12 enum 'Google::Chart::Marker::Type' => ( -
lang/perl/Google-Chart/branches/moose/lib/Google/Chart/QueryComponent.pm
r16082 r16098 1 1 # $Id$ 2 2 3 package Google::Chart:: Role::QueryComponent;3 package Google::Chart::QueryComponent; 4 4 use Moose::Role; 5 5 use URI::Escape; -
lang/perl/Google-Chart/branches/moose/lib/Google/Chart/Size.pm
r16082 r16098 7 7 use constant parameter_name => 'chs'; 8 8 9 with 'Google::Chart:: Role::QueryComponent';9 with 'Google::Chart::QueryComponent'; 10 10 11 11 coerce 'Google::Chart::Size' -
lang/perl/Google-Chart/branches/moose/lib/Google/Chart/Type.pm
r16082 r16098 5 5 use constant parameter_name => 'cht'; 6 6 7 with 'Google::Chart:: Role::QueryComponent';7 with 'Google::Chart::QueryComponent'; 8 8 9 9 no Moose;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)