From 121357e8639cc0fb07aff26ca044e997b409d841 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 3 Nov 2014 16:56:05 +0100 Subject: [PATCH] Remove unnecessary Data::Dumper use from Perl example --- examples/basic.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/basic.pl b/examples/basic.pl index 4f112bc..9597ca2 100644 --- a/examples/basic.pl +++ b/examples/basic.pl @@ -6,8 +6,6 @@ use strict; use POSIX; use Glib::Object::Introspection; -use Data::Dumper; - binmode STDOUT, ':encoding(UTF-8)'; Glib::Object::Introspection->setup(basename => 'SweGlib', version => '2.0', package => 'SweGlib');