Skip to content

Commit

Permalink
new types lib
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanez committed Feb 24, 2010
1 parent 14588db commit 0f080ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/Message/Stack/Types.pm
@@ -0,0 +1,6 @@
package Message::Stack::Types;
use MooseX::Types -declare => [ qw( MessageStackMessage ) ];

class_type MessageStackMessage, { class => 'Message::Stack::Message' };

1;

0 comments on commit 0f080ba

Please sign in to comment.