Skip to content

Instantly share code, notes, and snippets.

View martink's full-sized avatar

Martin Kamerbeek martink

  • http://www.oqapi.nl
  • Delft, Netherlands
View GitHub Profile
use strict;
use warnings;
#--------------------------------------------------------
package MooseX::TrackingDefault;
use Moose::Role;
use Carp;
has tracks => (
is => 'rw',