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 warnings; |
||||
use feature qw/ switch /; |
||||
use utf8; |
||||
|
||||
use Data::Dumper; |
||||
|
||||
sub new { |
||||
my ($class) = @_; |
||||
my $self = {}; |
Loading…
Reference in new issue