report missing marc_remove
[webpac2] / lib / WebPAC.pm
index 6649208..1d6e1b7 100644 (file)
@@ -1,5 +1,7 @@
 package WebPAC;
 
+our $VERSION = '2.35';
+
 use warnings;
 use strict;
 
@@ -7,32 +9,21 @@ use strict;
 
 WebPAC - core module
 
-=head1 VERSION
-
-Version 2.16
-
 =cut
 
-our $VERSION = '2.16';
-
 =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<jsFind>
-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<jsFind> 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<< <dpavlin@rot13.org> >>
 
-=head1 BUGS
-
-Please report any bugs or feature requests to
-C<bug-webpac@rt.cpan.org>, or through the web interface at
-L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WebPAC>.
-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<WebPAC::Manual>, and then
@@ -40,7 +31,7 @@ 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.