Skip to content

Commit

Permalink
renamed accessor format, closes#1
Browse files Browse the repository at this point in the history
  • Loading branch information
vpeil committed Jun 27, 2014
1 parent 05aafc8 commit 5eef91d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Catmandu/Importer/EuropePMC.pm
Expand Up @@ -16,7 +16,7 @@ has query => (is => 'ro', required => 1);
has module => (is => 'ro', default => sub { return "search"; });
has db => (is => 'ro');
has page => (is => 'ro');
has format => (is => 'ro');
has fmt => (is => 'ro');

my %MAP = (references => 'reference',
citations => 'citation',
Expand Down Expand Up @@ -128,7 +128,7 @@ sub generator {
=item * page: the paging parameter
=item * format: default is 'xml', the other choice is 'json'
=item * fmt: default is 'xml', the other choice is 'json'
=back
Expand Down

0 comments on commit 5eef91d

Please sign in to comment.