2
use Test::Roo; # should import Moo as well
8
default => sub { "hello world" },
11
with qw/RoleNotFoundAnywhere/;
16
# This file is part of Test-Roo
18
# This software is Copyright (c) 2013 by David Golden.
20
# This is free software, licensed under:
22
# The Apache License, Version 2.0, January 2004
24
# vim: ts=4 sts=4 sw=4 et: