Changeset 10585
- Timestamp:
- 04/27/08 19:04:53 (6 months ago)
- Location:
- lang/perl/WebService-Simple-Google-Chart/trunk
- Files:
-
- 2 modified
-
MANIFEST (modified) (1 diff)
-
lib/WebService/Simple/Google/Chart.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/WebService-Simple-Google-Chart/trunk/MANIFEST
r10576 r10585 21 21 lib/WebService/Simple/Google/Chart.pm 22 22 LICENSE 23 Makefile24 23 Makefile.PL 25 24 MANIFEST This list of files -
lang/perl/WebService-Simple-Google-Chart/trunk/lib/WebService/Simple/Google/Chart.pm
r10546 r10585 46 46 my @values; 47 47 map { push( @values, $data->{$_} ) } keys %$data; 48 @values = sort { $b <=> int$a } @values;48 @values = sort { $b <=> $a } @values; 49 49 return $values[0]; 50 50 } 51 51 52 52 1; 53 54 __END__ 53 55 54 56 =head1 NAME … … 92 94 =cut 93 95 94 1; 96
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)