Skip to content

Instantly share code, notes, and snippets.

@MacoTasu
MacoTasu / mouse.pl
Last active August 29, 2015 14:16 — forked from hisaichi5518/mouse.pl
package Result::User {
use strict;
use warnings;
use utf8;
sub new { bless {}, shift }
sub to_model {
my $self = shift;
Model::User->new(user => $self);