[Templates-cvs] cvs commit: Template2/lib/Template Config.pm

cvs@template-toolkit.org cvs@template-toolkit.org


cvs         06/02/01 09:12:40

  Modified:    lib/Template Config.pm
  Log:
  * tab damage
  
  Revision  Changes    Path
  2.70      +5 -5      Template2/lib/Template/Config.pm
  
  Index: Config.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Config.pm,v
  retrieving revision 2.69
  retrieving revision 2.70
  diff -u -r2.69 -r2.70
  --- Config.pm	2006/01/30 20:04:49	2.69
  +++ Config.pm	2006/02/01 09:12:40	2.70
  @@ -17,7 +17,7 @@
   #
   #------------------------------------------------------------------------
   #
  -#   $Id: Config.pm,v 2.69 2006/01/30 20:04:49 abw Exp $
  +#   $Id: Config.pm,v 2.70 2006/02/01 09:12:40 abw Exp $
   #
   #========================================================================
    
  @@ -32,7 +32,7 @@
                $LATEX_PATH $PDFLATEX_PATH $DVIPS_PATH
                $STASH $SERVICE $CONTEXT $CONSTANTS @PRELOAD );
   
  -$VERSION   = sprintf("%d.%02d", q$Revision: 2.69 $ =~ /(\d+)\.(\d+)/);
  +$VERSION   = sprintf("%d.%02d", q$Revision: 2.70 $ =~ /(\d+)\.(\d+)/);
   $DEBUG     = 0 unless defined $DEBUG;
   $ERROR     = '';
   $CONTEXT   = 'Template::Context';
  @@ -49,7 +49,7 @@
                  $PLUGINS, $PROVIDER, $SERVICE, $STASH );
   
   # the following is set at installation time by the Makefile.PL 
  -$INSTDIR  = '';
  +$INSTDIR  = '/usr/local/tt2';
   
   # LaTeX executable paths set at installation time by the Makefile.PL
   # Empty strings cause the latex(pdf|dvi|ps) filters to throw an error.
  @@ -134,8 +134,8 @@
   
       return undef unless $class->load($PROVIDER);
       return $PROVIDER->new($params) 
  -	|| $class->error("failed to create template provider: ",
  -			 $PROVIDER->error);
  +        || $class->error("failed to create template provider: ",
  +                         $PROVIDER->error);
   }