Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make Pod::Block::Declarator stringification more friendly
  • Loading branch information
Tadeusz Sośnierz committed Jun 18, 2012
1 parent d223755 commit 94a8bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Pod.pm
Expand Up @@ -22,7 +22,7 @@ my package Pod {
method set_docee($d) {
$!WHEREFORE = $d
}
method Stringy {
method gist {
~@.content
}
}
Expand Down

0 comments on commit 94a8bbe

Please sign in to comment.