/[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 1036 - (hide annotations)
Mon Nov 12 11:10:48 2007 UTC (16 years, 6 months ago) by dpavlin
File size: 905 byte(s)
 r1610@llin:  dpavlin | 2007-11-12 12:10:45 +0100
 split MARC handling routines into WebPAC::Normalize::MARC [2.31]

1 dpavlin 1 package WebPAC;
2    
3     use warnings;
4     use strict;
5    
6     =head1 NAME
7    
8     WebPAC - core module
9    
10     =cut
11    
12 dpavlin 1036 our $VERSION = '2.31';
13 dpavlin 1
14     =head1 SYNOPSIS
15    
16 dpavlin 536 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 dpavlin 1
21 dpavlin 536 Current version supports different input formats and normalisation using set rules.
22    
23 dpavlin 1 =head1 AUTHOR
24    
25     Dobrica Pavlinusic, C<< <dpavlin@rot13.org> >>
26    
27 dpavlin 17 =head1 SEE ALSO
28 dpavlin 1
29 dpavlin 17 To undestand concpets behind WebPAC examine L<WebPAC::Manual>, and then
30     respective documentation for each component.
31    
32 dpavlin 1 =head1 COPYRIGHT & LICENSE
33    
34 dpavlin 536 Copyright 2005-2006 Dobrica Pavlinusic, All Rights Reserved.
35 dpavlin 1
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