You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@hyperreal.org on 1998/11/04 03:36:20 UTC

cvs commit: modperl/t/net/perl tie_table.pl

dougm       98/11/03 18:36:20

  Modified:    t/net/perl tie_table.pl
  Log:
  pull in Apache::Table
  
  Revision  Changes    Path
  1.9       +1 -0      modperl/t/net/perl/tie_table.pl
  
  Index: tie_table.pl
  ===================================================================
  RCS file: /export/home/cvs/modperl/t/net/perl/tie_table.pl,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- tie_table.pl	1998/10/30 02:40:03	1.8
  +++ tie_table.pl	1998/11/04 02:36:20	1.9
  @@ -1,4 +1,5 @@
   use Apache::test;
  +use Apache::Table ();
   
   use strict;
   my $r = shift;