[Bps-public-commit] r19914 - RT-KeyBindings

falcone at bestpractical.com falcone at bestpractical.com
Fri Jun 5 11:56:09 EDT 2009


Author: falcone
Date: Fri Jun  5 11:56:09 2009
New Revision: 19914

Modified:
   RT-KeyBindings/   (props changed)
   RT-KeyBindings/MANIFEST
   RT-KeyBindings/META.yml
   RT-KeyBindings/Makefile.PL

Log:
more packaging futzing

Modified: RT-KeyBindings/MANIFEST
==============================================================================
--- RT-KeyBindings/MANIFEST	(original)
+++ RT-KeyBindings/MANIFEST	Fri Jun  5 11:56:09 2009
@@ -1,4 +1,3 @@
-Changes
 html/Callbacks/RT-KeyBindings/Elements/Header/Head
 html/KeyBindings/Core.js
 html/KeyBindings/Elements/AddKeyBinding
@@ -17,4 +16,3 @@
 MANIFEST			This list of files
 META.yml
 README
-RT-KeyBindings-0.00_02/inc/Module/Install.pm

Modified: RT-KeyBindings/META.yml
==============================================================================
--- RT-KeyBindings/META.yml	(original)
+++ RT-KeyBindings/META.yml	Fri Jun  5 11:56:09 2009
@@ -19,4 +19,4 @@
     - inc
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.00_02
+version: 0.00_03

Modified: RT-KeyBindings/Makefile.PL
==============================================================================
--- RT-KeyBindings/Makefile.PL	(original)
+++ RT-KeyBindings/Makefile.PL	Fri Jun  5 11:56:09 2009
@@ -1,6 +1,6 @@
 use inc::Module::Install;
 RTx('RT-KeyBindings');
-version('0.00_02');
+version('0.00_03');
 author('Jesse Vincent <jesse at bestpractical.com>');
 license('perl');
 &WriteAll;



More information about the Bps-public-commit mailing list