summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/OO/Game.pm
Commit message (Collapse)AuthorAgeFilesLines
* convert Bot::Games to use IM::Engine::Plugin::CommandsJesse Luehrs2009-10-311-65/+0
|
* s/$class/$caller/gJesse Luehrs2009-06-021-5/+5
|
* use method_metaclass rather than hardcoding Moose::Meta::MethodJesse Luehrs2009-06-021-1/+2
|
* allow specifying a type constraint name instead of a coderef as a formatterJesse Luehrs2009-06-011-1/+6
|
* make the default formatters an attribute of the metaclassJesse Luehrs2009-06-011-1/+2
|
* allow passing args to the command sub even when we don't pass a coderefdoy2009-04-271-1/+5
|
* nitpickdoy2009-04-261-1/+1
|
* method_metaclass_roles only applies to methods that already exist when the ↵doy2009-04-261-4/+5
| | | | class is being generated (so stuff at BEGIN time, like sub foo {})... i want to be applying the formatted role during the command keyword
* add roles for formatting the results of methodsdoy2009-04-261-1/+4
|
* allow setting any method metaclass attribute with the command syntaxdoy2009-04-261-1/+1
|
* more renamespacingdoy2009-04-261-4/+4
|
* renamespace a bunch of thingsdoy2009-04-261-5/+8
|
* use a separate exporter package for gamesdoy2009-04-261-0/+47