Changeset 16101
- Timestamp:
- 07/23/08 00:40:51 (5 years ago)
- Location:
- lang/perl/Google-Chart/branches/moose/lib/Google/Chart
- Files:
-
- 12 modified
-
Axis.pm (modified) (1 diff)
-
Axis/Item.pm (modified) (1 diff)
-
Axis/Style.pm (modified) (2 diffs)
-
Data/Text.pm (modified) (1 diff)
-
Marker.pm (modified) (1 diff)
-
QueryComponent.pm (modified) (1 diff)
-
Size.pm (modified) (1 diff)
-
Type.pm (modified) (1 diff)
-
Type/Bar.pm (modified) (1 diff)
-
Type/Line.pm (modified) (1 diff)
-
Type/Pie.pm (modified) (1 diff)
-
Types.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Google-Chart/branches/moose/lib/Google/Chart/Axis.pm
r16098 r16101 86 86 87 87 1; 88 89 __END__ 90 91 =head1 NAME 92 93 Google::Chart::Axis - Google::Chart Axis Specification 94 95 =cut -
lang/perl/Google-Chart/branches/moose/lib/Google/Chart/Axis/Item.pm
r16096 r16101 55 55 56 56 no Moose; 57 58 1; 59 60 __END__ 61 62 =head1 NAME 63 64 Google::Chart::Axis::Item - Google::Chart Axis Item 65 66 =cut -
lang/perl/Google-Chart/branches/moose/lib/Google/Chart/Axis/Style.pm
r16096 r16101 1 1 # $Id$ 2 2 3 package Google::Chart::Axis::Style s;3 package Google::Chart::Axis::Style; 4 4 use Moose; 5 5 use Moose::Util::TypeConstraints; … … 33 33 34 34 1; 35 36 __END__ 37 38 =head1 NAME 39 40 Google::Chart::Axis::Style - Google::Chart Axis Style 41 42 =cut -
lang/perl/Google-Chart/branches/moose/lib/Google/Chart/Data/Text.pm
r16082 r16101 72 72 73 73 1; 74 75 __END__ 76 77 =head1 NAME 78 79 Google::Chart::Data::Text - Google::Chart Text Encoding 80 81 =cut -
lang/perl/Google-Chart/branches/moose/lib/Google/Chart/Marker.pm
r16098 r16101 75 75 76 76 1; 77 78 __END__ 79 80 =head1 NAME 81 82 Google::Chart::Marker - Google::Chart Marker 83 84 =cut -
lang/perl/Google-Chart/branches/moose/lib/Google/Chart/QueryComponent.pm
r16098 r16101 18 18 19 19 1; 20 21 __END__ 22 23 =head1 NAME 24 25 Google::Chart::QueryComponent - Google::Chart Query Component 26 27 =cut -
lang/perl/Google-Chart/branches/moose/lib/Google/Chart/Size.pm
r16098 r16101 40 40 41 41 1; 42 43 __END__ 44 45 =head1 NAME 46 47 Google::Chart::Size - Google::Chart Size Specification 48 49 =cut -
lang/perl/Google-Chart/branches/moose/lib/Google/Chart/Type.pm
r16098 r16101 10 10 11 11 1; 12 13 __END__ 14 15 =head1 NAME 16 17 Google::Chart::Type - Google::Chart Type Role 18 19 =cut -
lang/perl/Google-Chart/branches/moose/lib/Google/Chart/Type/Bar.pm
r16088 r16101 37 37 38 38 1; 39 40 __END__ 41 42 =head1 NAME 43 44 Google::Chart::Type::Bar - Google::Chart Bar Type 45 46 =cut -
lang/perl/Google-Chart/branches/moose/lib/Google/Chart/Type/Line.pm
r16082 r16101 10 10 11 11 1; 12 13 __END__ 14 15 =head1 NAME 16 17 Google::Chart::Type::Line - Google::Chart Line Type 18 19 =cut -
lang/perl/Google-Chart/branches/moose/lib/Google/Chart/Type/Pie.pm
r16097 r16101 13 13 14 14 1; 15 16 __END__ 17 18 =head1 NAME 19 20 Google::Chart::Type::Pie - Google::Chart Pie Chart Type 21 22 =cut -
lang/perl/Google-Chart/branches/moose/lib/Google/Chart/Types.pm
r16088 r16101 64 64 65 65 1; 66 67 __END__ 68 69 =head1 NAME 70 71 Google::Chart::Types - Google::Chart Miscellaneous Types 72 73 =cut
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)