module Hoe::Perforce

def p4_submit description

def p4_submit description
  p4sh "p4 submit -d #{description.inspect} ..."
end