/[webpac2]/trunk/lib/WebPAC/DB.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/DB.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10 - (hide annotations)
Sat Jul 16 20:35:30 2005 UTC (18 years, 9 months ago) by dpavlin
File size: 661 byte(s)
ISIS input is finished, low_mem option has code (and not only documentation :-)

1 dpavlin 1 package WebPAC::DB;
2    
3     use warnings;
4     use strict;
5    
6     =head1 NAME
7    
8     WebPAC::DB - The great new WebPAC::DB!
9    
10     =head1 VERSION
11    
12     Version 0.01
13    
14     =cut
15    
16     our $VERSION = '0.01';
17    
18     =head1 SYNOPSIS
19    
20     Quick summary of what the module does.
21    
22     Perhaps a little code snippet.
23    
24     use WebPAC::DB;
25    
26     my $foo = WebPAC::DB->new();
27     ...
28    
29     =head1 FUNCTIONS
30    
31     =head2 function1
32    
33     =cut
34    
35     sub function1 {
36     }
37    
38     =head1 AUTHOR
39    
40     Dobrica Pavlinusic, C<< <dpavlin@rot13.org> >>
41    
42     =head1 COPYRIGHT & LICENSE
43    
44     Copyright 2005 Dobrica Pavlinusic, All Rights Reserved.
45    
46     This program is free software; you can redistribute it and/or modify it
47     under the same terms as Perl itself.
48    
49     =cut
50    
51     1; # End of WebPAC::DB

  ViewVC Help
Powered by ViewVC 1.1.26