Changeset 543 for Mapper

Show
Ignore:
Timestamp:
11/10/08 18:41:56 (2 months ago)
Author:
ogawa
Message:

remove BEGIN phrase.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mapper/trunk/Mapper.pl

    r252 r543  
    1616use base 'MT::Plugin'; 
    1717 
    18 sub BEGIN { 
    1918    our $VERSION = '0.12'; 
    2019    my $plugin = MT::Plugin::Mapper->new({ 
     
    3231    MT->add_plugin($plugin); 
    3332    MT::Template::Context->add_container_tag(Mapper => sub { $plugin->mapper(@_) }); 
    34 } 
    3533 
    3634sub mapper {