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

Contents of /trunk/lib/WebPAC.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 295 - (show annotations)
Mon Dec 19 15:34:47 2005 UTC (18 years, 4 months ago) by dpavlin
File size: 1077 byte(s)
 r11795@llin:  dpavlin | 2005-12-19 16:35:30 +0100
 fix regex filter, moved development version to real one [2.07]

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.07
13
14 =cut
15
16 our $VERSION = '2.07';
17
18 =head1 SYNOPSIS
19
20 This is quick description of what WebPAC is. This is third iteration of
21 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
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 =head1 SEE ALSO
37
38 To undestand concpets behind WebPAC examine L<WebPAC::Manual>, and then
39 respective documentation for each component.
40
41 =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