Changeset 16118 for lang/perl/Google-Chart
- Timestamp:
- 07/23/08 13:56:18 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Google-Chart/branches/moose/lib/Google/Chart.pm
r16114 r16118 14 14 fallback => 1, 15 15 ; 16 our $USER_AGENT; 16 17 17 18 use constant BASE_URI => URI->new("http://chart.apis.google.com/chart"); … … 59 60 isa => 'LWP::UserAgent', 60 61 required => 1, 61 default => sub { LWP::UserAgent->new() } 62 lazy => 1, 63 default => sub { $USER_AGENT ||= LWP::UserAgent->new() } 62 64 ); 63 65
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)