Navigation Menu

Skip to content

Commit

Permalink
fixed make_immutable, adding todo items
Browse files Browse the repository at this point in the history
  • Loading branch information
xsawyerx committed Oct 21, 2009
1 parent 01d3547 commit 0c51e8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions TODO
@@ -1,3 +1,5 @@
Stuff to do:
- curry some basic methods
- check list/scalar context for them
- improve initial test
- add more tests
2 changes: 1 addition & 1 deletion lib/POE/Component/OpenSSH.pm
Expand Up @@ -41,7 +41,7 @@ sub _build_obj {
}

no Moose;
__PACKAGE__->make_immutable;
__PACKAGE__->meta->make_immutable;

1;

Expand Down

0 comments on commit 0c51e8d

Please sign in to comment.