# $Id: /mirror/coderepos/lang/perl/Google-Chart/branches/moose/lib/Google/Chart/Type/Line.pm 66683 2008-07-24T05:52:58.814530Z daisuke $ package Google::Chart::Type::Line; use Moose; use constant parameter_value => 'lc'; with 'Google::Chart::Type::Simple'; no Moose; 1; __END__ =head1 NAME Google::Chart::Type::Line - Google::Chart Line Type =cut