Bug#356143: needs to be a proper perl library

2006-03-10 Thread Matt Kraai
On Fri, Mar 10, 2006 at 03:18:25AM -0500, Joey Hess wrote: > Matt Kraai wrote: > > > BEGIN { > > > $blosxom::version="is a proper perl module too much to ask?"; > > > do "/usr/bin/markdown"; > > > } > > > > > > Markdown::Markdown($text); > > > > [I don't know much Perl, so I hope

Bug#356143: needs to be a proper perl library

2006-03-10 Thread Joey Hess
Matt Kraai wrote: > > BEGIN { > > $blosxom::version="is a proper perl module too much to ask?"; > > do "/usr/bin/markdown"; > > } > > > > Markdown::Markdown($text); > > [I don't know much Perl, so I hope you'll bear with me.] > > You're suggesting that I create a module under /us

Bug#356143: needs to be a proper perl library

2006-03-09 Thread Matt Kraai
tag 356143 help thanks On Thu, Mar 09, 2006 at 06:43:47PM -0500, Joey Hess wrote: > With very little work, markdown could be turned into a proper perl > library. I don't want to fork perl and interpret the whole program every > time my program needs to render a page. > > My current hack for using

Bug#356143: needs to be a proper perl library

2006-03-09 Thread Joey Hess
Package: markdown Version: 1.0.1-2 Severity: wishlist With very little work, markdown could be turned into a proper perl library. I don't want to fork perl and interpret the whole program every time my program needs to render a page. My current hack for using /usr/bin/markdown as a perl library i