/[webpac2]/trunk/lib/WebPAC.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/lib/WebPAC.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (hide annotations)
Sat Jul 16 11:07:38 2005 UTC (18 years, 9 months ago) by dpavlin
File size: 1298 byte(s)
moved implementation of lookups from older code-base

1 dpavlin 1 package WebPAC;
2    
3     use warnings;
4     use strict;
5    
6     =head1 NAME
7    
8     WebPAC - core module
9    
10     =head1 VERSION
11    
12     Version 2.00
13    
14     =cut
15    
16     our $VERSION = '2.00';
17    
18     =head1 SYNOPSIS
19    
20     This is quick description of what WebPAC is. This is third iteration of
21     WebPAC desing (second one was semi-private creatation of CD ROM with L<jsFind>
22     module). This code will eventually become official webpac version 2.
23    
24     use WebPAC;
25    
26     my $foo = WebPAC->new();
27     ...
28    
29     =head1 EXPORT
30    
31     A list of functions that can be exported. You can delete this section
32     if you don't export anything, such as for a purely object-oriented module.
33    
34     =head1 FUNCTIONS
35    
36     =head2 function1
37    
38 dpavlin 3 foo
39    
40 dpavlin 1 =cut
41    
42     sub function1 {
43     }
44    
45     =head2 function2
46    
47 dpavlin 3 bar
48    
49 dpavlin 1 =cut
50    
51     sub function2 {
52     }
53    
54     =head1 AUTHOR
55    
56     Dobrica Pavlinusic, C<< <dpavlin@rot13.org> >>
57    
58     =head1 BUGS
59    
60     Please report any bugs or feature requests to
61     C<bug-webpac@rt.cpan.org>, or through the web interface at
62     L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WebPAC>.
63     I will be notified, and then you'll automatically be notified of progress on
64     your bug as I make changes.
65    
66     =head1 ACKNOWLEDGEMENTS
67    
68     =head1 COPYRIGHT & LICENSE
69    
70     Copyright 2005 Dobrica Pavlinusic, All Rights Reserved.
71    
72     This program is free software; you can redistribute it and/or modify it
73     under the same terms as Perl itself.
74    
75     =cut
76    
77     1; # End of WebPAC

  ViewVC Help
Powered by ViewVC 1.1.26