rewrite SugarContainer to be actually sugar
[catagits/Catalyst-Runtime.git] / t / aggregate / live_container_custom_container_sugar.t
CommitLineData
850a9bbe 1use warnings;
2use strict;
3use FindBin '$Bin';
4use lib "$Bin/../lib";
5use TestCustomContainer;
1e1434d1 6use Test::More skip_all => 'Sugar not implemented';
850a9bbe 7
8TestCustomContainer->new(sugar => 1);