From 2ad7898b035159c57afb48e58e16d2f7db836d0f Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Mon, 2 Aug 2010 13:38:19 +0200 Subject: [PATCH] better from_hash example --- lib/RFID/Biblio/RFID501.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/RFID/Biblio/RFID501.pm b/lib/RFID/Biblio/RFID501.pm index a6eb2d5..64060ab 100644 --- a/lib/RFID/Biblio/RFID501.pm +++ b/lib/RFID/Biblio/RFID501.pm @@ -67,7 +67,7 @@ L =head2 from_hash - my $blocks = RFID::Biblio::Decode::RFID->from_hash( $hash ); + my $blocks = RFID::Biblio::Decode::RFID->from_hash({ content => "1301234567" }); =head2 blank -- 2.20.1