/[webpac2]/trunk/run.pl
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/run.pl

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

revision 269 by dpavlin, Fri Dec 16 21:09:48 2005 UTC revision 285 by dpavlin, Sun Dec 18 21:06:39 2005 UTC
# Line 9  use lib './lib'; Line 9  use lib './lib';
9    
10  use WebPAC::Common 0.02;  use WebPAC::Common 0.02;
11  use WebPAC::Lookup;  use WebPAC::Lookup;
12  use WebPAC::Input::ISIS;  use WebPAC::Input::ISIS 0.02;
13  use WebPAC::Store 0.03;  use WebPAC::Store 0.03;
14  use WebPAC::Normalize::XML;  use WebPAC::Normalize::XML;
15  use WebPAC::Output::TT;  use WebPAC::Output::TT;
# Line 93  while (my ($database, $db_config) = each Line 93  while (my ($database, $db_config) = each
93                  );                  );
94    
95                  my $maxmfn = $isis->open(                  my $maxmfn = $isis->open(
96                          filename => $input->{path},                          path => $input->{path},
97                          code_page => $input->{encoding},        # database encoding                          code_page => $input->{encoding},        # database encoding
98                  );                  );
99    

Legend:
Removed from v.269  
changed lines
  Added in v.285

  ViewVC Help
Powered by ViewVC 1.1.26