X-Git-Url: http://git.rot13.org/?p=Biblio-RFID.git;a=blobdiff_plain;f=lib%2FRFID%2FBiblio%2FRFID501.pm;h=5c75088fe8dd3b57660978459fd98c23e3f83b94;hp=eac884c8500b06fa7920963e4cc6725b5641d5a3;hb=47777d7d30bd7b3632234e8a93391970336574db;hpb=9a113fe8be83262aa5d613fbf5fe5ce4fb9f9bee diff --git a/lib/RFID/Biblio/RFID501.pm b/lib/RFID/Biblio/RFID501.pm index eac884c..5c75088 100644 --- a/lib/RFID/Biblio/RFID501.pm +++ b/lib/RFID/Biblio/RFID501.pm @@ -1,4 +1,4 @@ -package RFID::Biblio::RFID501; +package Biblio::RFID::RFID501; use warnings; use strict; @@ -7,7 +7,7 @@ use Data::Dump qw(dump); =head1 NAME -RFID::Biblio::RFID501 - RFID Standard for Libraries +Biblio::RFID::RFID501 - RFID Standard for Libraries =head1 DESCRIPTION @@ -81,19 +81,19 @@ unsecured (door will ignore it) =head2 to_hash - my $hash = RFID::Biblio::Decode::RFID501->to_hash( $bytes ); + my $hash = Biblio::RFID::Decode::RFID501->to_hash( $bytes ); - my $hash = RFID::Biblio::Decode::RFID501->to_hash( [ 'blk1', 'blk2', ... , 'blk7' ] ); + my $hash = Biblio::RFID::Decode::RFID501->to_hash( [ 'blk1', 'blk2', ... , 'blk7' ] ); =head2 from_hash - my $blocks = RFID::Biblio::Decode::RFID->from_hash({ content => "1301234567" }); + my $blocks = Biblio::RFID::Decode::RFID->from_hash({ content => "1301234567" }); =head2 blank_3m =head2 blank - my $blocks = RFID::Biblio::Decode::RFID->blank; + my $blocks = Biblio::RFID::Decode::RFID->blank; =cut