create RFID::Serial using module-starter
[Biblio-RFID.git] / lib / RFID / Serial.pm
1 package RFID::Serial;
2
3 use warnings;
4 use strict;
5
6 =head1 NAME
7
8 RFID::Serial - The great new RFID::Serial!
9
10 =head1 VERSION
11
12 Version 0.01
13
14 =cut
15
16 our $VERSION = '0.01';
17
18
19 =head1 SYNOPSIS
20
21 Quick summary of what the module does.
22
23 Perhaps a little code snippet.
24
25     use RFID::Serial;
26
27     my $foo = RFID::Serial->new();
28     ...
29
30 =head1 EXPORT
31
32 A list of functions that can be exported.  You can delete this section
33 if you don't export anything, such as for a purely object-oriented module.
34
35 =head1 SUBROUTINES/METHODS
36
37 =head2 function1
38
39 =cut
40
41 sub function1 {
42 }
43
44 =head2 function2
45
46 =cut
47
48 sub function2 {
49 }
50
51 =head1 AUTHOR
52
53 Dobrica Pavlinusic, C<< <dpavlin at rot13.org> >>
54
55 =head1 BUGS
56
57 Please report any bugs or feature requests to C<bug-rfid-serial at rt.cpan.org>, or through
58 the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=RFID-Serial>.  I will be notified, and then you'll
59 automatically be notified of progress on your bug as I make changes.
60
61
62
63
64 =head1 SUPPORT
65
66 You can find documentation for this module with the perldoc command.
67
68     perldoc RFID::Serial
69
70
71 You can also look for information at:
72
73 =over 4
74
75 =item * RT: CPAN's request tracker
76
77 L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=RFID-Serial>
78
79 =item * AnnoCPAN: Annotated CPAN documentation
80
81 L<http://annocpan.org/dist/RFID-Serial>
82
83 =item * CPAN Ratings
84
85 L<http://cpanratings.perl.org/d/RFID-Serial>
86
87 =item * Search CPAN
88
89 L<http://search.cpan.org/dist/RFID-Serial/>
90
91 =back
92
93
94 =head1 ACKNOWLEDGEMENTS
95
96
97 =head1 LICENSE AND COPYRIGHT
98
99 Copyright 2010 Dobrica Pavlinusic.
100
101 This program is free software; you can redistribute it and/or modify
102 it under the terms of the GNU General Public License as published by
103 the Free Software Foundation; version 2 dated June, 1991 or at your option
104 any later version.
105
106 This program is distributed in the hope that it will be useful,
107 but WITHOUT ANY WARRANTY; without even the implied warranty of
108 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
109 GNU General Public License for more details.
110
111 A copy of the GNU General Public License is available in the source tree;
112 if not, write to the Free Software Foundation, Inc.,
113 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
114
115
116 =cut
117
118 1; # End of RFID::Serial