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

Diff of /trunk/lib/WebPAC.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6 by dpavlin, Sat Jul 16 14:44:38 2005 UTC revision 866 by dpavlin, Thu Jun 21 12:53:41 2007 UTC
# Line 9  WebPAC - core module Line 9  WebPAC - core module
9    
10  =head1 VERSION  =head1 VERSION
11    
12  Version 2.00  Version 2.30
13    
14  =cut  =cut
15    
16  our $VERSION = '2.00';  our $VERSION = '2.30';
17    
18  =head1 SYNOPSIS  =head1 SYNOPSIS
19    
20  This is quick description of what WebPAC is. This is third iteration of  This is quick description of what WebPAC is. This is another iteration of
21  WebPAC design (second one was semi-private creatation of CD ROM with L<jsFind>  WebPAC design (first was system with XML files and CGI, second one was semi-private
22  module). This code will eventually become official WebPAC version 2.  creatation of CD ROM with L<jsFind> module and third was older version 2
23    with supprot for lagacy XML and YAML).
24    
25      use WebPAC;  Current version supports different input formats and normalisation using set rules.
   
     my $foo = WebPAC->new();  
     ...  
   
 =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  
26    
27  =head1 AUTHOR  =head1 AUTHOR
28    
29  Dobrica Pavlinusic, C<< <dpavlin@rot13.org> >>  Dobrica Pavlinusic, C<< <dpavlin@rot13.org> >>
30    
31  =head1 BUGS  =head1 SEE ALSO
   
 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.  
32    
33  =head1 ACKNOWLEDGEMENTS  To undestand concpets behind WebPAC examine L<WebPAC::Manual>, and then
34    respective documentation for each component.
35    
36  =head1 COPYRIGHT & LICENSE  =head1 COPYRIGHT & LICENSE
37    
38  Copyright 2005 Dobrica Pavlinusic, All Rights Reserved.  Copyright 2005-2006 Dobrica Pavlinusic, All Rights Reserved.
39    
40  This program is free software; you can redistribute it and/or modify it  This program is free software; you can redistribute it and/or modify it
41  under the same terms as Perl itself.  under the same terms as Perl itself.

Legend:
Removed from v.6  
changed lines
  Added in v.866

  ViewVC Help
Powered by ViewVC 1.1.26