/[jsFind]/trunk/jsFind.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/jsFind.pm

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

revision 38 by dpavlin, Sat Oct 30 20:50:39 2004 UTC revision 39 by dpavlin, Sun Dec 19 23:26:23 2004 UTC
# Line 5  use strict; Line 5  use strict;
5  use warnings;  use warnings;
6  use HTML::Entities;  use HTML::Entities;
7    
8  our $VERSION = '0.06';  our $VERSION = '0.07_01';
9    
10  use Exporter 'import';  use Exporter;
11  use Carp;  use Carp;
12    
13  our @ISA = qw(Exporter);  our @ISA = qw(Exporter);
14    
15  BEGIN {  BEGIN {
16          import 'jsFind::Node';          Exporter::import 'jsFind::Node';
17  }  }
18    
19  =head1 NAME  =head1 NAME

Legend:
Removed from v.38  
changed lines
  Added in v.39

  ViewVC Help
Powered by ViewVC 1.1.26