[Bps-public-commit] Symbol-Global-Name branch, master, updated. 0.02-6-g1b8a6db
Alex Vandiver
alexmv at bestpractical.com
Wed Jul 3 19:20:19 EDT 2013
The branch, master has been updated
via 1b8a6dbc41509b839a2588a1b77cc1edd5e42771 (commit)
from 850deeaf9afb9d315bcf1c88d12692b90acae95f (commit)
Summary of changes:
.gitignore | 2 ++
MANIFEST | 1 +
Makefile.PL | 1 +
3 files changed, 4 insertions(+)
- Log -----------------------------------------------------------------
commit 1b8a6dbc41509b839a2588a1b77cc1edd5e42771
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Wed Jul 3 19:19:08 2013 -0400
Sign the dist
diff --git a/.gitignore b/.gitignore
index 9ca06d8..dce1f31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,5 @@
Makefile
pm_to_blib
blib/
+SIGNATURE
+MYMETA.*
\ No newline at end of file
diff --git a/MANIFEST b/MANIFEST
index 27881c8..f520969 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -13,4 +13,5 @@ Makefile.PL
MANIFEST This list of files
META.yml
README
+SIGNATURE
t/basics.t
diff --git a/Makefile.PL b/Makefile.PL
index 3b0e338..493a2c5 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -3,4 +3,5 @@ use inc::Module::Install;
all_from('lib/Symbol/Global/Name.pm');
readme_from('lib/Symbol/Global/Name.pm');
+sign();
WriteAll;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list