Changeset 27819
- Timestamp:
- 01/03/09 14:21:11 (4 years ago)
- Files:
-
- 1 modified
-
lang/perl/misc/flickr_fetcher.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/misc/flickr_fetcher.pl
r27818 r27819 29 29 has 'dir' => ( is => 'rw', isa => 'Dir', required => 1, coerce => 1 ); 30 30 has 'api_key' => ( is => 'rw', isa => 'Str' ); 31 has 'license' => ( is => 'rw', isa => 'Int' ); 31 32 has '_perpage' => ( is => 'ro', isa => 'Int', default => 500 ); 32 33 has '_flickr' => ( is => 'rw', isa => 'WebService::Simple' ); … … 85 86 extras => 'date_upload', 86 87 page => $page, 88 license => $self->license || "", 87 89 } 88 90 ); … … 121 123 text => $keyword, 122 124 per_page => 1, 125 license => $self->license || "", 123 126 } 124 127 );
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)