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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8 - (hide annotations)
Sat Jul 16 16:48:35 2005 UTC (18 years, 11 months ago) by dpavlin
File size: 1249 byte(s)
little cleanup and first cut into WebPAC::Normalize::XML

1 dpavlin 8 package WebPAC::Output::CDBI;
2 dpavlin 1
3     use warnings;
4     use strict;
5    
6     =head1 NAME
7    
8 dpavlin 8 WebPAC::Output::CDBI - The great new WebPAC::Output::CDBI!
9 dpavlin 1
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 dpavlin 8 use WebPAC::Output::CDBI;
25 dpavlin 1
26 dpavlin 8 my $foo = WebPAC::Output::CDBI->new();
27 dpavlin 1 ...
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     =cut
39    
40     sub function1 {
41     }
42    
43     =head2 function2
44    
45     =cut
46    
47     sub function2 {
48     }
49    
50     =head1 AUTHOR
51    
52     Dobrica Pavlinusic, C<< <dpavlin@rot13.org> >>
53    
54     =head1 BUGS
55    
56     Please report any bugs or feature requests to
57     C<bug-webpac-output-classdbi@rt.cpan.org>, or through the web interface at
58     L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WebPAC>.
59     I will be notified, and then you'll automatically be notified of progress on
60     your bug as I make changes.
61    
62     =head1 ACKNOWLEDGEMENTS
63    
64     =head1 COPYRIGHT & LICENSE
65    
66     Copyright 2005 Dobrica Pavlinusic, All Rights Reserved.
67    
68     This program is free software; you can redistribute it and/or modify it
69     under the same terms as Perl itself.
70    
71     =cut
72    
73 dpavlin 8 1; # End of WebPAC::Output::CDBI

  ViewVC Help
Powered by ViewVC 1.1.26