Skip Menu |

This queue is for tickets about the Tk-PerlInheritanceTree CPAN distribution.

Report information
The Basics
Id: 39205
Status: resolved
Priority: 0/
Queue: Tk-PerlInheritanceTree

People
Owner: lamprecht [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.04
Fixed in: (no value)



Subject: One-liner example for the documentation
It would be nice, especially for lazy programmers like me, to have a one-liner in the Pod which can be just copied and pasted into the shell for quick use of the module. E.g: perl -MTk -MTk::PerlInheritanceTree -e 'tkinit->PerlInheritanceTree->pack->classname(shift); MainLoop' HTTP::Response Alternatively there could be a script, but I think the one-liner in the documentation should be enough. Regards, Slaven
On Fr. 12. Sep. 2008, 05:11:27, SREZIC wrote: Show quoted text
> It would be nice, especially for lazy programmers like me, to have a > one-liner in the Pod which can be just copied and pasted into the shell > for quick use of the module. E.g: > > perl -MTk -MTk::PerlInheritanceTree -e > 'tkinit->PerlInheritanceTree->pack->classname(shift); MainLoop' > HTTP::Response > > Alternatively there could be a script, but I think the one-liner in the > documentation should be enough. > > Regards, > Slaven
Added to VERSION 0.05. Thanks for the suggestion. Cheers, Christoph