Skip to content

Commit 8e565a0

Browse files
committed
make -packed version easier to parse and add to manifest
1 parent 995fb81 commit 8e565a0

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

bin/plx-packed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env perl
2+
$App::plx::VERSION = 0.009001;
23

34
# This chunk of stuff was generated by App::FatPacker. To find the original
45
# file's code, look for the end of this BEGIN block or the string 'FATPACK'

maint/Makefile.PL.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use Distar;
77

88
author 'mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>';
99

10-
manifest_include bin => 'plx';
10+
manifest_include bin => 'plx.*';
1111

1212
system('pod2markdown', 'bin/plx', 'README.md');
1313
system('maint/buildpack');

maint/buildpack

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ CPANM
4040

4141
(
4242
echo '#!/usr/bin/env perl';
43+
perl -E 'require "./bin/plx"; say q{$App::plx::VERSION = }.$App::plx::VERSION.";";'
4344
(cd packbuild; fatpack file);
4445
fragment;
4546
cat bin/plx;

0 commit comments

Comments
 (0)