Set up @EXPORT for Markdown
This commit is contained in:
parent
e86cda1cc5
commit
d9323c721b
|
@ -64,7 +64,7 @@ sub startup($self) {
|
|||
});
|
||||
|
||||
$self->helper(markdown => sub ($c, $input_text) {
|
||||
PostText::Markdown::Markdown($input_text)
|
||||
Markdown($input_text)
|
||||
});
|
||||
|
||||
# Finish configuring some things
|
||||
|
|
|
@ -14,6 +14,9 @@ use v5.36;
|
|||
use Digest::MD5 qw(md5_hex);
|
||||
use vars qw($VERSION);
|
||||
$VERSION = '1.0.1';
|
||||
|
||||
use Exporter qw{import};
|
||||
our @EXPORT = qw{Markdown};
|
||||
# Tue 14 Dec 2004
|
||||
|
||||
## Disabled; causes problems under Perl 5.6.1:
|
||||
|
|
Loading…
Reference in New Issue
Block a user