--- trunk/lib/WebPAC.pm 2005/12/14 23:08:11 246 +++ trunk/lib/WebPAC.pm 2007/11/12 11:10:48 1036 @@ -7,32 +7,23 @@ WebPAC - core module -=head1 VERSION - -Version 2.00 - =cut -our $VERSION = '2.00_2'; +our $VERSION = '2.31'; =head1 SYNOPSIS -This is quick description of what WebPAC is. This is third iteration of -WebPAC design (second one was semi-private creatation of CD ROM with L -module). This code will eventually become official WebPAC version 2. +This is quick description of what WebPAC is. This is another iteration of +WebPAC design (first was system with XML files and CGI, second one was semi-private +creatation of CD ROM with L module and third was older version 2 +with supprot for lagacy XML and YAML). + +Current version supports different input formats and normalisation using set rules. =head1 AUTHOR Dobrica Pavlinusic, C<< >> -=head1 BUGS - -Please report any bugs or feature requests to -C, or through the web interface at -L. -I will be notified, and then you'll automatically be notified of progress on -your bug as I make changes. - =head1 SEE ALSO To undestand concpets behind WebPAC examine L, and then @@ -40,7 +31,7 @@ =head1 COPYRIGHT & LICENSE -Copyright 2005 Dobrica Pavlinusic, All Rights Reserved. +Copyright 2005-2006 Dobrica Pavlinusic, All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.