Zubrikhin Alexey
10 years ago
5 changed files with 13 additions and 15 deletions
@ -1,12 +1,10 @@ |
|||||||
package Text::Dokuwiki; |
package Text::Dokuwiki::Parser; |
||||||
|
|
||||||
use strict; |
use strict; |
||||||
use warnings; |
use warnings; |
||||||
use feature qw/ switch /; |
use feature qw/ switch /; |
||||||
use utf8; |
use utf8; |
||||||
|
|
||||||
use Data::Dumper; |
|
||||||
|
|
||||||
sub new { |
sub new { |
||||||
my ($class) = @_; |
my ($class) = @_; |
||||||
my $self = {}; |
my $self = {}; |
Loading…
Reference in new issue