Skip to content

Commit 77e4414

Browse files
committed
Move Tagset.pm to lib/HTML/Tagset.pm
1 parent 40357f2 commit 77e4414

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

MANIFEST

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Changes
2-
Tagset.pm
2+
lib/HTML/Tagset.pm
33
Makefile.PL
44
MANIFEST
55
MANIFEST.SKIP

Makefile.PL

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ use ExtUtils::MakeMaker;
1010
WriteMakefile(
1111
NAME => 'HTML::Tagset',
1212
AUTHOR => 'Andy Lester <andy@petdance.com>',
13-
VERSION_FROM => 'Tagset.pm', # finds $VERSION
14-
ABSTRACT_FROM => 'Tagset.pm', # retrieve abstract from module
13+
VERSION_FROM => 'lib/HTML/Tagset.pm',
14+
ABSTRACT_FROM => 'lib/HTML/Tagset.pm',
1515
PMLIBDIRS => [qw(lib/)],
1616
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
1717
clean => { FILES => 'HTML-Tagset-*' },
18-
1918
);
File renamed without changes.

0 commit comments

Comments
 (0)