sartak / Class-Method-Modifiers

provides Moose-like method modifiers

This URL has Read+Write access

sartak (author)
Wed Oct 21 11:05:04 -0700 2009
commit  2320b56a08604c9694b616efa02afe3233411948
tree    30a8c4c4fa143374951933b4a9fd03b3d8c5e610
parent  29b6be04c1ccfb1c6d4161dbc6f1470f7f629ecf
Class-Method-Modifiers / Makefile.PL
100755 13 lines (8 sloc) 0.238 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
# Load the Module::Install bundled in ./inc/
use inc::Module::Install;
 
# Define metadata
name 'Class-Method-Modifiers';
all_from 'lib/Class/Method/Modifiers.pm';
githubmeta;
 
build_requires 'Test::Exception';
 
WriteAll;