/[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 536 - (hide annotations)
Mon Jun 26 16:39:51 2006 UTC (17 years, 10 months ago) by dpavlin
File size: 935 byte(s)
 r719@llin:  dpavlin | 2006-06-26 18:40:57 +0200
 big refacture: depriciate and remove all normalisation formats except .pl sets (but
 old code is still available in WebPAC::Lookup::Normalize because lookups use it) [2.20]

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 dpavlin 536 Version 2.20
13 dpavlin 1
14     =cut
15    
16 dpavlin 536 our $VERSION = '2.20';
17 dpavlin 1
18     =head1 SYNOPSIS
19    
20 dpavlin 536 This is quick description of what WebPAC is. This is another iteration of
21     WebPAC design (first was system with XML files and CGI, second one was semi-private
22     creatation of CD ROM with L<jsFind> module and third was older version 2
23     with supprot for lagacy XML and YAML).
24 dpavlin 1
25 dpavlin 536 Current version supports different input formats and normalisation using set rules.
26    
27 dpavlin 1 =head1 AUTHOR
28    
29     Dobrica Pavlinusic, C<< <dpavlin@rot13.org> >>
30    
31 dpavlin 17 =head1 SEE ALSO
32 dpavlin 1
33 dpavlin 17 To undestand concpets behind WebPAC examine L<WebPAC::Manual>, and then
34     respective documentation for each component.
35    
36 dpavlin 1 =head1 COPYRIGHT & LICENSE
37    
38 dpavlin 536 Copyright 2005-2006 Dobrica Pavlinusic, All Rights Reserved.
39 dpavlin 1
40     This program is free software; you can redistribute it and/or modify it
41     under the same terms as Perl itself.
42    
43     =cut
44    
45     1; # End of WebPAC

  ViewVC Help
Powered by ViewVC 1.1.26