X-Git-Url: http://git.rot13.org/?p=Biblio-Isis;a=blobdiff_plain;f=lib%2FBiblio%2FIsis.pm;h=405c47f9e34e181f07e848b6a861f702703e768c;hp=96e14d92d43688c0465f312db3c016c28c803cb8;hb=86563804a4162533ea711d3a9a4c053dc8574baf;hpb=02bc52c86c5997410f90477bba81271e64502a32 diff --git a/lib/Biblio/Isis.pm b/lib/Biblio/Isis.pm index 96e14d9..405c47f 100644 --- a/lib/Biblio/Isis.pm +++ b/lib/Biblio/Isis.pm @@ -7,7 +7,7 @@ use File::Glob qw(:globally :nocase); BEGIN { use Exporter (); use vars qw ($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); - $VERSION = 0.22_2; + $VERSION = 0.22; @ISA = qw (Exporter); #Give a hoot don't pollute, do not export more than needed by default @EXPORT = qw (); @@ -114,7 +114,9 @@ Don't skip logically deleted records in ISIS. =item hash_filter -Filter code ref which will be used before data is converted to hash. +Filter code ref which will be used before data is converted to hash. It will +receive two arguments, whole line from current field (in C<< $_[0] >>) and +field number (in C<< $_[1] >>). =item debug @@ -751,6 +753,10 @@ older versions if you really have to): =over 8 +=item 0.22 + +Added field number when calling C + =item 0.21 Added C to L and L.