[Bps-public-commit] r15429 - RT-RE
ruz at bestpractical.com
ruz at bestpractical.com
Mon Aug 25 14:53:49 EDT 2008
Author: ruz
Date: Mon Aug 25 14:53:49 2008
New Revision: 15429
Added:
RT-RE/MANIFEST
RT-RE/META.yml
RT-RE/Makefile.PL
Log:
* makefile, meta and manifest
Added: RT-RE/MANIFEST
==============================================================================
--- (empty file)
+++ RT-RE/MANIFEST Mon Aug 25 14:53:49 2008
@@ -0,0 +1,17 @@
+bin/rtre
+inc/Module/Install.pm
+inc/Module/Install/Base.pm
+inc/Module/Install/Can.pm
+inc/Module/Install/Fetch.pm
+inc/Module/Install/Makefile.pm
+inc/Module/Install/Metadata.pm
+inc/Module/Install/Win32.pm
+inc/Module/Install/WriteAll.pm
+lib/RT/RE.pm
+lib/RT/RE/App.pm
+lib/RT/RE/CLI.pm
+lib/RT/RE/CLI/Pack.pm
+lib/RT/RE/CLI/Release.pm
+Makefile.PL
+MANIFEST This list of files
+META.yml
Added: RT-RE/META.yml
==============================================================================
--- (empty file)
+++ RT-RE/META.yml Mon Aug 25 14:53:49 2008
@@ -0,0 +1,22 @@
+---
+abstract: 'RT release engeniering'
+author:
+ - 'Ruslan Zakirov <ruz at bestpractical.com>'
+distribution_type: module
+generated_by: 'Module::Install version 0.77'
+license: perl
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: 1.4
+module_name: RT::RE
+name: RT-RE
+no_index:
+ directory:
+ - inc
+requires:
+ Cwd: 0
+ File::Temp: 0
+ perl: 5.8.3
+resources:
+ license: http://dev.perl.org/licenses/
+version: 0.01
Added: RT-RE/Makefile.PL
==============================================================================
--- (empty file)
+++ RT-RE/Makefile.PL Mon Aug 25 14:53:49 2008
@@ -0,0 +1,9 @@
+use strict;
+use inc::Module::Install;
+
+all_from 'lib/RT/RE.pm';
+install_script 'bin/rtre';
+requires 'Cwd';
+requires 'File::Temp';
+
+WriteAll();
More information about the Bps-public-commit
mailing list