From 5de5770403a6a97a6cfebe1941f47f2a19bf9d27 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Quelin?= Date: Wed, 1 Apr 2009 17:01:24 +0200 Subject: [PATCH] making sure icon is shipped with tarball --- Build.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Build.PL b/Build.PL index 470cce8..8c48de0 100644 --- a/Build.PL +++ b/Build.PL @@ -27,5 +27,6 @@ my $builder = Module::Build->new( add_to_cleanup => [ 'Padre-Plugin-Nopaste-*', map { ( '*/' x $_ ) . '*~' } 0..5 ], create_makefile_pl => 'traditional', ); +$builder->add_build_element('png'); $builder->create_build_script(); -- 2.11.4.GIT