summaryrefslogtreecommitdiffstats
path: root/perl_checker_fake_packages/gen.pl
diff options
context:
space:
mode:
Diffstat (limited to 'perl_checker_fake_packages/gen.pl')
-rwxr-xr-xperl_checker_fake_packages/gen.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl_checker_fake_packages/gen.pl b/perl_checker_fake_packages/gen.pl
index 7b45b7d..b78d140 100755
--- a/perl_checker_fake_packages/gen.pl
+++ b/perl_checker_fake_packages/gen.pl
@@ -5,7 +5,9 @@ use MDK::Common;
sub gtk2 {
my (@files) = @_;
- my @subroutines;
+ my @subroutines = (
+ [ 'set_size_request', ' { my ($_self, $_x, $_y) = @_ }' ],
+ );
my $add = sub {
push @subroutines, [ $_[0], $_[1] ];
};