/[webpac2]/trunk/lib/WebPAC/Normalize.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/Normalize.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10 - (show annotations)
Sat Jul 16 20:35:30 2005 UTC (18 years, 9 months ago) by dpavlin
File size: 643 byte(s)
ISIS input is finished, low_mem option has code (and not only documentation :-)

1 package WebPAC::Normalize;
2
3 use warnings;
4 use strict;
5
6 =head1 NAME
7
8 WebPAC::Normalize - normalisation of source file
9
10 =head1 VERSION
11
12 Version 0.01
13
14 =cut
15
16 our $VERSION = '0.01';
17
18 =head1 SYNOPSIS
19
20 This package contains code that could be helpful in implementing different
21 normalisation front-ends.
22
23 =head1 FUNCTIONS
24
25 =head2 none_yet
26
27 =cut
28
29 sub none_yet {
30 }
31
32 =head1 AUTHOR
33
34 Dobrica Pavlinusic, C<< <dpavlin@rot13.org> >>
35
36 =head1 COPYRIGHT & LICENSE
37
38 Copyright 2005 Dobrica Pavlinusic, All Rights Reserved.
39
40 This program is free software; you can redistribute it and/or modify it
41 under the same terms as Perl itself.
42
43 =cut
44
45 1; # End of WebPAC::DB

  ViewVC Help
Powered by ViewVC 1.1.26