--- trunk/lib/WebPAC.pm 2005/07/16 14:44:38 6 +++ trunk/lib/WebPAC.pm 2007/11/19 20:26:03 1053 @@ -7,51 +7,29 @@ WebPAC - core module -=head1 VERSION - -Version 2.00 - =cut -our $VERSION = '2.00'; - =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. - - use WebPAC; - - my $foo = WebPAC->new(); - ... +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). -=head1 EXPORT - -A list of functions that can be exported. You can delete this section -if you don't export anything, such as for a purely object-oriented module. - -=head1 FUNCTIONS - -=head2 function1 +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 -=head1 ACKNOWLEDGEMENTS +To undestand concpets behind WebPAC examine L, and then +respective documentation for each component. =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.