/[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 260 - (hide annotations)
Fri Dec 16 14:40:55 2005 UTC (18 years, 4 months ago) by dpavlin
File size: 1079 byte(s)
 r11727@llin:  dpavlin | 2005-12-16 19:41:08 +0100
 added filter{regex(s/foo/bar/)} [2.00_5]

1 dpavlin 1 package WebPAC;
2    
3     use warnings;
4     use strict;
5    
6     =head1 NAME
7    
8     WebPAC - core module
9    
10     =head1 VERSION
11    
12     Version 2.00
13    
14     =cut
15    
16 dpavlin 260 our $VERSION = '2.00_5';
17 dpavlin 1
18     =head1 SYNOPSIS
19    
20     This is quick description of what WebPAC is. This is third iteration of
21 dpavlin 6 WebPAC design (second one was semi-private creatation of CD ROM with L<jsFind>
22     module). This code will eventually become official WebPAC version 2.
23 dpavlin 1
24     =head1 AUTHOR
25    
26     Dobrica Pavlinusic, C<< <dpavlin@rot13.org> >>
27    
28     =head1 BUGS
29    
30     Please report any bugs or feature requests to
31     C<bug-webpac@rt.cpan.org>, or through the web interface at
32     L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WebPAC>.
33     I will be notified, and then you'll automatically be notified of progress on
34     your bug as I make changes.
35    
36 dpavlin 17 =head1 SEE ALSO
37 dpavlin 1
38 dpavlin 17 To undestand concpets behind WebPAC examine L<WebPAC::Manual>, and then
39     respective documentation for each component.
40    
41 dpavlin 1 =head1 COPYRIGHT & LICENSE
42    
43     Copyright 2005 Dobrica Pavlinusic, All Rights Reserved.
44    
45     This program is free software; you can redistribute it and/or modify it
46     under the same terms as Perl itself.
47    
48     =cut
49    
50     1; # End of WebPAC

  ViewVC Help
Powered by ViewVC 1.1.26