You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by mo...@apache.org on 2002/06/30 18:37:41 UTC

cvs commit: modperl-docs/src/search checkboxes.storable make.pl search_options

moseley     2002/06/30 09:37:41

  Modified:    src/search checkboxes.storable make.pl search_options
  Log:
  Use nstore instead
  
  Revision  Changes    Path
  1.3       +91 -91    modperl-docs/src/search/checkboxes.storable
  
  	<<Binary file>>
  
  
  1.5       +2 -2      modperl-docs/src/search/make.pl
  
  Index: make.pl
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/search/make.pl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- make.pl	30 Jun 2002 15:16:15 -0000	1.4
  +++ make.pl	30 Jun 2002 16:37:41 -0000	1.5
  @@ -1,6 +1,6 @@
   #!/usr/local/bin/perl -w
   use strict;
  -use Storable;
  +use Storable 'nstore';
   
   =head1 NAME  
   
  @@ -130,7 +130,7 @@
   #use Data::Dumper;
   #print Dumper $check_box_array;
   
  -    store( $check_box_array, $CHECKBOX_DATA );  # store for swish.cgi
  +    nstore( $check_box_array, $CHECKBOX_DATA );  # store for swish.cgi
   
       # Now write out the search_options
       open FH, ">$SEARCH_OPTIONS" or die "Failed to open '$SEARCH_OPTIONS': $!";
  
  
  
  1.10      +1 -1      modperl-docs/src/search/search_options
  
  Index: search_options
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/search/search_options,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- search_options	30 Jun 2002 16:10:45 -0000	1.9
  +++ search_options	30 Jun 2002 16:37:41 -0000	1.10
  @@ -3,7 +3,7 @@
   # *** Automatically generated file.  Do not edit.  Modify ./make.pl instead! ***
   #    File: 'search_options'
   #     Use: generating the sidebar select options for searching
  -# Created: Mon Jul  1 00:10:28 2002
  +# Created: Sun Jun 30 09:28:31 2002
   #--------------------------------------------------------------------------------------
   
       search_areas = [
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org