From 21f62b0c03cb4f3709d715a6bea3c23ab2f0ab8b Mon Sep 17 00:00:00 2001 From: arensb Date: Mon, 7 Oct 2002 00:48:50 +0000 Subject: [PATCH] Added a POD of sorts. --- C4/Scan.pm | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/C4/Scan.pm b/C4/Scan.pm index 1562f5f533..3770930153 100644 --- a/C4/Scan.pm +++ b/C4/Scan.pm @@ -26,6 +26,20 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); # set the version for version checking $VERSION = 0.01; +=head1 NAME + +C4::Scan - Does nothing + +=head1 SYNOPSIS + + use C4::Scan; + +=head1 DESCRIPTION + +This module doesn't do anything. + +=cut + @ISA = qw(Exporter); @EXPORT = qw(&getbarcode); @@ -34,5 +48,3 @@ sub Getbarcode { } END { } # module clean-up code here (global destructor) - - -- 2.20.1