Remove unnecessary Data::Dumper use from Perl example
This commit is contained in:
parent
fc1a6328f1
commit
121357e863
@ -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');
|
||||||
|
Loading…
Reference in New Issue
Block a user