[carton] 295/472: add comment for badly named properties, for now

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:57 UTC 2015


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository carton.

commit d3116beaa9c56eed39556056b7b2d1a3331e2b95
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Wed Jun 5 18:47:55 2013 +0900

    add comment for badly named properties, for now
---
 lib/Carton/Dist.pm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/Carton/Dist.pm b/lib/Carton/Dist.pm
index dbadd5f..6828820 100644
--- a/lib/Carton/Dist.pm
+++ b/lib/Carton/Dist.pm
@@ -3,6 +3,8 @@ use strict;
 use CPAN::Meta;
 use Moo;
 
+# XXX name here means the name of main module
+# XXX dist means the name of dist
 has name     => (is => 'ro');
 has pathname => (is => 'ro');
 has provides => (is => 'ro');

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/carton.git



More information about the Pkg-perl-cvs-commits mailing list