diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-10-10 11:23:56 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-10-10 11:23:56 +0800 |
commit | 16de4a084913975e393132fa04b8d9faaf5e6043 (patch) | |
tree | c05df3d00823dabb322f38498a7d6f21c4b8f912 /x11-toolkits/Makefile | |
parent | 08951a7c22ee783313b085c4c2d6010ca7b5e0a7 (diff) | |
download | freebsd-ports-gnome-16de4a084913975e393132fa04b8d9faaf5e6043.tar.gz freebsd-ports-gnome-16de4a084913975e393132fa04b8d9faaf5e6043.tar.zst freebsd-ports-gnome-16de4a084913975e393132fa04b8d9faaf5e6043.zip |
- Add p5-Tk-Role-HasWidgets 1.112380
When programming Tk, it's almost always a good idea to keep a reference to the
widgets that you created in the interface. Most of the time, a simple hash is
enough; but it is usually wrapped up in methods to make the hash private to the
window object. And of course, those methods are duplicated in all modules, under
a form or another.
Since duplication is bad, this module implements a Moose role implementing those
methods once and forever. This implies that your class is using Moose in order
to consume the role.
WWW: http://search.cpan.org/dist/Tk-Role-HasWidgets/
Diffstat (limited to 'x11-toolkits/Makefile')
-rw-r--r-- | x11-toolkits/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index eb077e740c5b..b683ded431fd 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -175,6 +175,7 @@ SUBDIR += p5-Tk-Getopt SUBDIR += p5-Tk-HistEntry SUBDIR += p5-Tk-JComboBox + SUBDIR += p5-Tk-Role-HasWidgets SUBDIR += p5-Tk-ResizeButton SUBDIR += p5-Tk-Splashscreen SUBDIR += p5-Tk-TableMatrix |