/[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 1053 - (hide annotations)
Mon Nov 19 20:26:03 2007 UTC (16 years, 5 months ago) by dpavlin
File size: 881 byte(s)
 r1643@llin:  dpavlin | 2007-11-19 21:26:05 +0100
 convert Makefile.PL to real Module::Install style with partly optinal
 modules

1 dpavlin 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 dpavlin 536 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 dpavlin 1
19 dpavlin 536 Current version supports different input formats and normalisation using set rules.
20    
21 dpavlin 1 =head1 AUTHOR
22    
23     Dobrica Pavlinusic, C<< <dpavlin@rot13.org> >>
24    
25 dpavlin 17 =head1 SEE ALSO
26 dpavlin 1
27 dpavlin 17 To undestand concpets behind WebPAC examine L<WebPAC::Manual>, and then
28     respective documentation for each component.
29    
30 dpavlin 1 =head1 COPYRIGHT & LICENSE
31    
32 dpavlin 536 Copyright 2005-2006 Dobrica Pavlinusic, All Rights Reserved.
33 dpavlin 1
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

  ViewVC Help
Powered by ViewVC 1.1.26