git-deploy

 view release on metacpan or  search on metacpan

lib/Git/Deploy/Hook.pm  view on Meta::CPAN

package Git::Deploy::Hook;
use strict;
use warnings FATAL => "all";

sub new {
    my ($class, %args) = @_;
    bless \%args => $class;
}

1;

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.402 second using v1.00-cache-2.02-grep-82fe00e-cpan-cec75d87357c )