Changeset 151

Show
Ignore:
Timestamp:
02/14/07 00:05:32 (2 years ago)
Author:
ingy
Message:
 r3411@skinny-2:  ingy | 2007-02-14 00:04:59 -0800
 rename Kwiki::Boot::V010 to Kwiki::Boot::V1
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/core/Kwiki/lib/Kwiki/Boot.pm

    r150 r151  
    3535 
    3636sub class { 
    37     my $type = $ENV{KWIKI_BOOT} || 'V010'; 
     37    my $type = $ENV{KWIKI_BOOT} || 'V1'; 
    3838    my $class = "Kwiki::Boot::$type"; 
    3939    eval "use $class"; 
  • trunk/src/core/modules.mk

    r136 r151  
    127127        IO/All/Temp.pm \ 
    128128        Kwiki/Archive/Simple.pm \ 
    129         Kwiki/Boot/V010.pm \ 
     129        Kwiki/Boot/V1.pm \ 
    130130        Kwiki/Template/TT2.pm \ 
    131131        Kwiki/Theme/Basic.pm \