Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix Pod::Block::Declarator stringification, tadzik--
  • Loading branch information
Tadeusz Sośnierz committed Jun 18, 2012
1 parent e80b1b1 commit c203977
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/core/Pod.pm
Expand Up @@ -22,9 +22,12 @@ my package Pod {
method set_docee($d) {
$!WHEREFORE = $d
}
method gist {
method Str {
~@.content
}
method gist {
self.Stringy
}
}

class Block::Table is Block {
Expand Down

0 comments on commit c203977

Please sign in to comment.