Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Request Tracker: Commit

rt branch, 3.999-trunk, updated. f1827962c7872a573689ba18103e69a62c0ba7f9

 

 

Request Tracker commit RSS feed   Index | Next | Previous | View Threaded


alexmv at bestpractical

Nov 4, 2009, 10:52 AM

Post #1 of 1 (83 views)
Permalink
rt branch, 3.999-trunk, updated. f1827962c7872a573689ba18103e69a62c0ba7f9

The branch, 3.999-trunk has been updated
via f1827962c7872a573689ba18103e69a62c0ba7f9 (commit)
from 98202add57141cb3323c9c4ecdbc8608b0f9a651 (commit)

Summary of changes:
lib/RT/Lorzy.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit f1827962c7872a573689ba18103e69a62c0ba7f9
Author: Alex Vandiver <alexmv[at]bestpractical.com>
Date: Wed Nov 4 13:50:35 2009 -0500

Fix to make enum happy

diff --git a/lib/RT/Lorzy.pm b/lib/RT/Lorzy.pm
index c00033f..4f9a002 100644
--- a/lib/RT/Lorzy.pm
+++ b/lib/RT/Lorzy.pm
@@ -23,7 +23,7 @@ $LCORE->env->set_symbol('Str.Eq' => LCore::Primitive->new
return_type => 'Bool'
));

-my $ticket_status = enum 'RT::TicketStatus' => [qw(new open stalled resolved rejected deleted)];
+my $ticket_status = enum 'RT::TicketStatus' => qw(new open stalled resolved rejected deleted);

install_enum_consts($ticket_status);


-----------------------------------------------------------------------
_______________________________________________
Rt-commit mailing list
Rt-commit[at]lists.bestpractical.com
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit

Request Tracker commit RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.