home *** CD-ROM | disk | FTP | other *** search
- # NOTE: Derived from blib\lib\Config\Simple.pm.
- # Changes made here will be lost when autosplit is run again.
- # See AutoSplit.pm.
- package Config::Simple;
-
- #line 1530 "blib\lib\Config\Simple.pm (autosplit into blib\lib\auto\Config\Simple\block.al)"
- sub block {
- my $self = shift;
- return $self->get_block(@_);
- }
-
- 1;
- # end of Config::Simple::block
-