Skip to content

Instantly share code, notes, and snippets.

View tamias's full-sized avatar

Ronald J Kimball tamias

View GitHub Profile

Keybase proof

I hereby claim:

  • I am tamias on github.
  • I am snaprjk (https://keybase.io/snaprjk) on keybase.
  • I have a public key ASDsruVnL80ZbC4rZxGQkNjfgBsRNKsxldWNKGariDw-AQo

To claim this, I am signing this object:

@tamias
tamias / submit_type.t
Created June 21, 2012 20:26
Test Submit type attr
use strict;
use warnings;
use Test::More;
{
package MyApp::Form::SubmitType;
use HTML::FormHandler::Moose;
extends 'HTML::FormHandler';
has_field 'submit' => (
@tamias
tamias / repeatable_hash.t
Created June 15, 2012 19:59
HFH Repeatable to hash
use strict;
use warnings;
use Test::More;
{
package MyApp::Form::RepHash;
use HTML::FormHandler::Moose;
extends 'HTML::FormHandler';