diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-06-11 22:56:32 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-06-11 22:56:32 +0800 |
commit | 279ee427b1e1a4ff8ff15642de74cfaa1bbbbbcf (patch) | |
tree | 706a82a1a19c3a1f52737d0812d996ecc6680a9a /devel/Makefile | |
parent | 90b271a7bf768be7a19d8a2829ea2461e2bc671c (diff) | |
download | freebsd-ports-gnome-279ee427b1e1a4ff8ff15642de74cfaa1bbbbbcf.tar.gz freebsd-ports-gnome-279ee427b1e1a4ff8ff15642de74cfaa1bbbbbcf.tar.zst freebsd-ports-gnome-279ee427b1e1a4ff8ff15642de74cfaa1bbbbbcf.zip |
- Add p5-MooseX-Runnable 0.03
MooseX::Runnable is a framework for making classes runnable applications. This
role doesn't do anything other than tell the rest of the framework that your
class is a runnable application that has a "run" method which accepts arguments
and returns the process' exit code.
This is a convention that the community has been using for a while. This role
tells the computer that your class uses this convention, and let's the computer
abstract away some of the tedium this entails.
WWW: http://search.cpan.org/dist/MooseX-Runnable/
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index bd287e530a1f..35a4a8965430 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2004,6 +2004,7 @@ SUBDIR += p5-MooseX-RelatedClassRoles SUBDIR += p5-MooseX-Role-Parameterized SUBDIR += p5-MooseX-Role-WithOverloading + SUBDIR += p5-MooseX-Runnable SUBDIR += p5-MooseX-SemiAffordanceAccessor SUBDIR += p5-MooseX-SetOnce SUBDIR += p5-MooseX-SimpleConfig |