r1649@llin: dpavlin | 2007-11-20 10:32:15 +0100
[webpac2] / lib / WebPAC.pm
1 package WebPAC;
2
3 use warnings;
4 use strict;
5
6 =head1 NAME
7
8 WebPAC - core module
9
10 =cut
11
12 =head1 SYNOPSIS
13
14 This is quick description of what WebPAC is. This is another iteration of
15 WebPAC design (first was system with XML files and CGI, second one was semi-private
16 creatation of CD ROM with L<jsFind> module and third was older version 2
17 with supprot for lagacy XML and YAML).
18
19 Current version supports different input formats and normalisation using set rules.
20
21 =head1 AUTHOR
22
23 Dobrica Pavlinusic, C<< <dpavlin@rot13.org> >>
24
25 =head1 SEE ALSO
26
27 To undestand concpets behind WebPAC examine L<WebPAC::Manual>, and then
28 respective documentation for each component.
29
30 =head1 COPYRIGHT & LICENSE
31
32 Copyright 2005-2006 Dobrica Pavlinusic, All Rights Reserved.
33
34 This program is free software; you can redistribute it and/or modify it
35 under the same terms as Perl itself.
36
37 =cut
38
39 1; # End of WebPAC