Skip to content

Instantly share code, notes, and snippets.

@edenc
Created March 21, 2014 00:04
Show Gist options
  • Select an option

  • Save edenc/9676763 to your computer and use it in GitHub Desktop.

Select an option

Save edenc/9676763 to your computer and use it in GitHub Desktop.
package Number::Phone::BR;
use Moo;
my $new = __PACKAGE__->can('new');
extends 'Number::Phone';
sub new { shift->$new(@_) }
1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment