/[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

Contents of /trunk/lib/WebPAC.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1169 - (show annotations)
Sat Apr 25 17:14:48 2009 UTC (15 years ago) by dpavlin
File size: 905 byte(s)
 r1840@llin:  dpavlin | 2009-04-25 19:14:45 +0200
 bump version to [2.35]

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

  ViewVC Help
Powered by ViewVC 1.1.26