[Bps-public-commit] net-lighthouse branch, master, updated. f34e13a2f53f61b696e9ebefbc0b96345bb0e00e
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Sep 9 05:08:46 EDT 2009
The branch, master has been updated
via f34e13a2f53f61b696e9ebefbc0b96345bb0e00e (commit)
from 2d068c48264504827bd3461271cbd4f91c7c4992 (commit)
Summary of changes:
lib/Net/Lighthouse/Project/Changeset.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit f34e13a2f53f61b696e9ebefbc0b96345bb0e00e
Author: sunnavy <sunnavy at bestpractical.com>
Date: Wed Sep 9 17:08:40 2009 +0800
typo fix
diff --git a/lib/Net/Lighthouse/Project/Changeset.pm b/lib/Net/Lighthouse/Project/Changeset.pm
index 9b59b60..5e1efb7 100644
--- a/lib/Net/Lighthouse/Project/Changeset.pm
+++ b/lib/Net/Lighthouse/Project/Changeset.pm
@@ -25,7 +25,7 @@ has 'changed_at' => (
has 'changes' => (
isa => 'ArrayRef',
is => 'rw',
- auth_deref => 1,
+ auto_deref => 1,
);
has [qw/body title revision/] => (
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list