Skip to content

Commit 496a7fe

Browse files
committed
Merge branch 'private-repos' into final
2 parents 2f8208e + 268e941 commit 496a7fe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MANIFEST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
bin/github-backup
2+
bin/github-backup-pass
23
Changes
34
examples/initial_test.pl
45
lib/Github/Backup.pm

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ WriteMakefile(
1010
ABSTRACT_FROM => 'lib/Github/Backup.pm',
1111
LICENSE => 'perl_5',
1212
PL_FILES => {},
13-
EXE_FILES => ['bin/github-backup'],
13+
EXE_FILES => ['bin/github-backup', 'bin/github-backup-pass'],
1414
MIN_PERL_VERSION => 5.006,
1515
META_MERGE => {
1616
'meta-spec' => { version => 2 },

0 commit comments

Comments
 (0)