From 8f9405e245563c81b54d7e2457b20a4bcaf2dae4 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Fri, 24 Aug 2012 04:05:48 +0200 Subject: [PATCH] =?UTF-8?q?qw=20=C3=A0=20la=20place=20de=20'bla=20=3D>=20(?= =?UTF-8?q?truc=20=3D>=20...)'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- perl/antipixel/MyWrapper.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/antipixel/MyWrapper.pm b/perl/antipixel/MyWrapper.pm index 808a1bf..2738d69 100644 --- a/perl/antipixel/MyWrapper.pm +++ b/perl/antipixel/MyWrapper.pm @@ -6,7 +6,7 @@ use v5.14; use Moo; use MooX::Options; -has couleurs => ( is => 'ro', builder => '_build_colors' ); +has qw[couleurs is ro builder _build_colors]; option distance_entre_mots => ( is => 'rw', doc => 'distance en pixels de chaque mot du message',