[Bps-public-commit] git-sync branch, master, updated. 686a83984a5f37c358abd1d3b1ae0a39b98fe752
jesse
jesse at bestpractical.com
Fri Nov 27 13:01:38 EST 2009
The branch, master has been updated
via 686a83984a5f37c358abd1d3b1ae0a39b98fe752 (commit)
from a448abe5de8950a780785c82b702864e3883687d (commit)
Summary of changes:
Makefile.PL | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
create mode 100644 Makefile.PL
- Log -----------------------------------------------------------------
commit 686a83984a5f37c358abd1d3b1ae0a39b98fe752
Author: c9s <cornelius.howl at gmail.com>
Date: Fri Nov 27 18:38:48 2009 +0800
add a makefile.pl for checking dependencies
diff --git a/Makefile.PL b/Makefile.PL
new file mode 100644
index 0000000..6e9be6b
--- /dev/null
+++ b/Makefile.PL
@@ -0,0 +1,13 @@
+use inc::Module::Install;
+name 'Git-Sync';
+#all_from 'git-sync';
+#author q{};
+#license '';
+requires( qw(
+ Git 0
+ Term::ANSIColor 0
+ Getopt::Long 0
+ Pod::Usage 0
+ LWP::Simple 0
+ File::Path 0));
+auto_install();
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list