/[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 1 by dpavlin, Sat Jun 25 20:23:23 2005 UTC revision 1169 by dpavlin, Sat Apr 25 17:14:48 2009 UTC
# Line 1  Line 1 
1  package WebPAC;  package WebPAC;
2    
3    our $VERSION = '2.35';
4    
5  use warnings;  use warnings;
6  use strict;  use strict;
7    
# Line 7  use strict; Line 9  use strict;
9    
10  WebPAC - core module  WebPAC - core module
11    
 =head1 VERSION  
   
 Version 2.00  
   
12  =cut  =cut
13    
 our $VERSION = '2.00';  
   
14  =head1 SYNOPSIS  =head1 SYNOPSIS
15    
16  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
17  WebPAC desing (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
18  module). This code will eventually become official webpac version 2.  creatation of CD ROM with L<jsFind> module and third was older version 2
19    with supprot for lagacy XML and YAML).
     use WebPAC;  
   
     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  
20    
21  =head2 function1  Current version supports different input formats and normalisation using set rules.
   
 =cut  
   
 sub function1 {  
 }  
   
 =head2 function2  
   
 =cut  
   
 sub function2 {  
 }  
22    
23  =head1 AUTHOR  =head1 AUTHOR
24    
25  Dobrica Pavlinusic, C<< <dpavlin@rot13.org> >>  Dobrica Pavlinusic, C<< <dpavlin@rot13.org> >>
26    
27  =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.  
28    
29  =head1 ACKNOWLEDGEMENTS  To undestand concpets behind WebPAC examine L<WebPAC::Manual>, and then
30    respective documentation for each component.
31    
32  =head1 COPYRIGHT & LICENSE  =head1 COPYRIGHT & LICENSE
33    
34  Copyright 2005 Dobrica Pavlinusic, All Rights Reserved.  Copyright 2005-2006 Dobrica Pavlinusic, All Rights Reserved.
35    
36  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
37  under the same terms as Perl itself.  under the same terms as Perl itself.

Legend:
Removed from v.1  
changed lines
  Added in v.1169

  ViewVC Help
Powered by ViewVC 1.1.26