[Bps-public-commit] r16466 - Prophet/trunk/lib/Prophet/CLI
jesse at bestpractical.com
jesse at bestpractical.com
Tue Oct 21 21:14:37 EDT 2008
Author: jesse
Date: Tue Oct 21 21:14:37 2008
New Revision: 16466
Modified:
Prophet/trunk/lib/Prophet/CLI/TextEditorCommand.pm
Log:
* better role description. "I need a ___"
Modified: Prophet/trunk/lib/Prophet/CLI/TextEditorCommand.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/CLI/TextEditorCommand.pm (original)
+++ Prophet/trunk/lib/Prophet/CLI/TextEditorCommand.pm Tue Oct 21 21:14:37 2008
@@ -2,6 +2,8 @@
use Moose::Role;
use Params::Validate qw/validate/;
+requires 'process_template';
+
sub try_to_edit {
my $self = shift;
my %args = validate( @_,
More information about the Bps-public-commit
mailing list