Remove unnecessary Data::Dumper use from Perl example

This commit is contained in:
Gergely Polonkai 2014-11-03 16:56:05 +01:00
parent fc1a6328f1
commit 121357e863
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ use strict;
use POSIX; use POSIX;
use Glib::Object::Introspection; use Glib::Object::Introspection;
use Data::Dumper;
binmode STDOUT, ':encoding(UTF-8)'; binmode STDOUT, ':encoding(UTF-8)';
Glib::Object::Introspection->setup(basename => 'SweGlib', version => '2.0', package => 'SweGlib'); Glib::Object::Introspection->setup(basename => 'SweGlib', version => '2.0', package => 'SweGlib');