diff options
author | Thierry.Vignaud <thierry.vignaud@gmail.com> | 2014-05-26 11:30:33 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-05-26 22:01:47 +0200 |
commit | 0985e8b3c81ec15517cdd5027570207a19adffea (patch) | |
tree | b87f9b95eb39e6ee59e9ef4e4c3bb15e5b9de6fc /perl-install/ugtk3.pm | |
parent | 4682e310e69f5c5588a8c94e0cacde87ceed12b8 (diff) | |
download | drakx-0985e8b3c81ec15517cdd5027570207a19adffea.tar drakx-0985e8b3c81ec15517cdd5027570207a19adffea.tar.gz drakx-0985e8b3c81ec15517cdd5027570207a19adffea.tar.bz2 drakx-0985e8b3c81ec15517cdd5027570207a19adffea.tar.xz drakx-0985e8b3c81ec15517cdd5027570207a19adffea.zip |
add missing headers
Diffstat (limited to 'perl-install/ugtk3.pm')
-rw-r--r-- | perl-install/ugtk3.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/ugtk3.pm b/perl-install/ugtk3.pm index b16e0a46b..0620c930d 100644 --- a/perl-install/ugtk3.pm +++ b/perl-install/ugtk3.pm @@ -45,6 +45,8 @@ use Gtk3; B<ugtk3> enables to write GUIes using Gtk+3. It adds nice wrappers on top of L<Gtk3>, notably gtkpowerpack() and its children gtkpack*() +=head1 Functions + =cut $border = 5; |