X-Git-Url: http://git.rot13.org/?p=Biblio-RFID.git;a=blobdiff_plain;f=lib%2FRFID%2FBiblio%2FRFID501.pm;h=97d3ee010ef2a63cef84feb14ce664114f82c1e1;hp=131d9809751631d466b69ad629849b3063bbfde6;hb=85092c9643bc97fbacab4113f1de90311c00e37d;hpb=35009cf2a0f728ec09911cd19f08fd7b4f3d82fb diff --git a/lib/RFID/Biblio/RFID501.pm b/lib/RFID/Biblio/RFID501.pm index 131d980..97d3ee0 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