[perl-Glib-Object-Introspection] Remove an unneeded 'no strict'
- From: Torsten SchÃnfeld <tsch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-Glib-Object-Introspection] Remove an unneeded 'no strict'
- Date: Fri, 11 Jan 2013 14:12:44 +0000 (UTC)
commit c14bba10e576ad4ecae3d5dcbaa266a42bb998bc
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date: Fri Jan 11 14:32:18 2013 +0100
Remove an unneeded 'no strict'
lib/Glib/Object/Introspection.pm | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/lib/Glib/Object/Introspection.pm b/lib/Glib/Object/Introspection.pm
index 2f1cdbd..c590041 100644
--- a/lib/Glib/Object/Introspection.pm
+++ b/lib/Glib/Object/Introspection.pm
@@ -210,7 +210,6 @@ sub setup {
}
sub INIT {
- no strict qw(refs);
foreach my $target (@OBJECT_PACKAGES_WITH_VFUNCS) {
my ($basename, $object_name, $target_package) = @{$target};
__PACKAGE__->_install_overrides($basename, $object_name, $target_package);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]