Skip to content

Commit

Permalink
Added transform class (kinda)
Browse files Browse the repository at this point in the history
  • Loading branch information
jberger committed Sep 28, 2011
1 parent bfdb5fa commit 5c3221a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Physics/UEMColumn.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Physics::UEMColumn {

has 'debug' => ( isa => 'Num', is => 'ro', default => 0);

# possibly do transform here, in branches
has 'transform' => ( isa => 'Physics::UEMColumn::Transform', is = 'ro', predicate => 'has_transform' );

has 'number' => ( isa => 'Num', is => 'rw', required => 1);

Expand Down
Empty file.

0 comments on commit 5c3221a

Please sign in to comment.