view _test/temp.pl @ 411:ee36115f6a34 ref20150831

sync
author cin
date Mon, 21 Sep 2015 00:53:10 +0300
parents c6e90e02dd17
children 30e8c6a74937
line wrap: on
line source

#!/usr/bin/perl
use strict;

use IMPL::require { ServicesBag => 'IMPL::Config::ServicesBag' };

my $root = ServicesBag->new();


1;