[Bps-public-commit] r17405 - in RTx-WorkflowBuilder: lib/RTx

jesse at bestpractical.com jesse at bestpractical.com
Mon Dec 29 14:14:05 EST 2008


Author: jesse
Date: Mon Dec 29 14:14:04 2008
New Revision: 17405

Added:
   RTx-WorkflowBuilder/MANIFEST
Modified:
   RTx-WorkflowBuilder/lib/RTx/WorkflowBuilder.pm

Log:
* Bump version

Added: RTx-WorkflowBuilder/MANIFEST
==============================================================================
--- (empty file)
+++ RTx-WorkflowBuilder/MANIFEST	Mon Dec 29 14:14:04 2008
@@ -0,0 +1,15 @@
+bin/rt-workflow
+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/RTx.pm
+inc/Module/Install/Win32.pm
+inc/Module/Install/WriteAll.pm
+lib/RTx/WorkflowBuilder.pm
+Makefile.PL
+MANIFEST			This list of files
+META.yml
+t/basic.t

Modified: RTx-WorkflowBuilder/lib/RTx/WorkflowBuilder.pm
==============================================================================
--- RTx-WorkflowBuilder/lib/RTx/WorkflowBuilder.pm	(original)
+++ RTx-WorkflowBuilder/lib/RTx/WorkflowBuilder.pm	Mon Dec 29 14:14:04 2008
@@ -4,6 +4,8 @@
 use warnings;
 __PACKAGE__->mk_accessors(qw(stages rule));
 
+our $VERSION = '1.01';
+
 sub get_stage_object {
     my ($self, $stage, $previous, $approving) = @_;
     if (ref $stage eq 'ARRAY') {



More information about the Bps-public-commit mailing list