diff options
author | Tom Feist <shabble@metavore.org> | 2011-02-26 02:54:03 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2011-02-26 02:54:03 +0000 |
commit | d1c4786397a692268e9d47c53af1feea3270b579 (patch) | |
tree | a91a8b5a03d837b0790287f3e6f1236da3b4041e /testing/lib/Test/Irssi/Callbacks.pm | |
parent | lots of work moving things around so it mostly works. Hooray (diff) | |
download | irssi-scripts-d1c4786397a692268e9d47c53af1feea3270b579.tar.gz irssi-scripts-d1c4786397a692268e9d47c53af1feea3270b579.zip |
random checkin, thinks are a bit in flux and about to change greatly so I'm
checkpinting them
Diffstat (limited to '')
-rw-r--r-- | testing/lib/Test/Irssi/Callbacks.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/lib/Test/Irssi/Callbacks.pm b/testing/lib/Test/Irssi/Callbacks.pm index 9a8b583..8321ace 100644 --- a/testing/lib/Test/Irssi/Callbacks.pm +++ b/testing/lib/Test/Irssi/Callbacks.pm @@ -114,3 +114,10 @@ __PACKAGE__->meta->make_immutable; no Moose; + + +# # delegate to Callbacks. +# sub vt_dump { +# my ($self) = @_; +# my $cb = $self->parent->_callbacks->vt_dump(); +# } |