This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository carton.
commit 258f7f156dd6adb45dd662f9a4dc144215fc429b Author: Tatsuhiko Miyagawa <[email protected]> Date: Mon Apr 20 00:19:06 2015 +0200 remove Moo in test --- xt/CLI.pm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/xt/CLI.pm b/xt/CLI.pm index 42dadb7..93d50c8 100644 --- a/xt/CLI.pm +++ b/xt/CLI.pm @@ -17,14 +17,10 @@ use Carton::CLI; use Capture::Tiny qw(capture); use File::pushd (); use Path::Tiny; -use Moo; $Carton::CLI::UseSystem = 1; -has dir => (is => 'rw'); -has stdout => (is => 'rw'); -has stderr => (is => 'rw'); -has exit_code => (is => 'rw'); +use Class::Tiny qw( dir stdout stderr exit_code ); sub write_file { my($self, $file, @args) = @_; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/carton.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
