This is an automated email from the git hooks/post-receive script. js pushed a commit to annotated tag upstream/1.19 in repository libcatmandu-marc-perl.
commit 0b98612724539c15f1a2fab26cedaca26cabe67f Author: Patrick Hochstenbach <[email protected]> Date: Mon Jan 30 16:37:20 2017 +0100 Fixing indent --- lib/Catmandu/Fix/marc_spec.pm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/lib/Catmandu/Fix/marc_spec.pm b/lib/Catmandu/Fix/marc_spec.pm index 9bfad16..be4abe2 100644 --- a/lib/Catmandu/Fix/marc_spec.pm +++ b/lib/Catmandu/Fix/marc_spec.pm @@ -58,6 +58,7 @@ EOF } 1; + __END__ =encoding utf-8 @@ -327,15 +328,15 @@ last pattern for every subfield. E.g. marc_spec('020$a[0]/#-1' my.other.subfields, invert:1) =head1 INLINE - + This Fix can be used inline in a Perl script: - + use Catmandu::Fix::marc_spec as => 'marc_spec'; - + my $data = { record => [...] }; - + $data = marc_spec($data,'245$a','title'); - + print $data->{title} , "\n"; =head1 BUGS AND LIMITATIONS -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatmandu-marc-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
