We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f8208e + 268e941 commit 496a7feCopy full SHA for 496a7fe
MANIFEST
@@ -1,4 +1,5 @@
1
bin/github-backup
2
+bin/github-backup-pass
3
Changes
4
examples/initial_test.pl
5
lib/Github/Backup.pm
Makefile.PL
@@ -10,7 +10,7 @@ WriteMakefile(
10
ABSTRACT_FROM => 'lib/Github/Backup.pm',
11
LICENSE => 'perl_5',
12
PL_FILES => {},
13
- EXE_FILES => ['bin/github-backup'],
+ EXE_FILES => ['bin/github-backup', 'bin/github-backup-pass'],
14
MIN_PERL_VERSION => 5.006,
15
META_MERGE => {
16
'meta-spec' => { version => 2 },
0 commit comments