Skip to content

Commit

Permalink
set a package
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Jan 11, 2015
1 parent 152e416 commit 42673c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile.PL
@@ -1,10 +1,12 @@
require 5.008;

package Test::File;
use strict;
use warnings;

use File::Spec::Functions qw(catfile);

my $module = 'Test::File';
my $module = __PACKAGE__;
( my $dist = $module ) =~ s/::/-/g;

my $github = 'https://github.com/briandfoy/test-file';
Expand Down

0 comments on commit 42673c9

Please sign in to comment.