File Coverage

blib/lib/Dotiac/DTL/Addon/unparsed.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             ###############################################################################
2             #unparsed.pm
3             #Last Change: 2009-01-16
4             #Copyright (c) 2009 Marc-Seabstian "Maluku" Lucksch
5             #Version 0.2
6             ####################
7             #This file is an addon to the Dotiac::DTL project.
8             #http://search.cpan.org/perldoc?Dotiac::DTL
9             #
10             #unparsed.pm is published under the terms of the MIT license, which basically
11             #means "Do with it whatever you want". For more information, see the
12             #license.txt file that should be enclosed with libsofu distributions. A copy of
13             #the license is (at the time of writing) also available at
14             #http://www.opensource.org/licenses/mit-license.php .
15             ###############################################################################
16            
17            
18             package Dotiac::DTL::Addon::unparsed;
19 1     1   165622 use strict;
  1         3  
  1         35  
20 1     1   6 use warnings;
  1         1  
  1         90  
21            
22             our $VERSION=0.2;
23            
24             require Dotiac::DTL::Tag::unparsed;
25 6     6   6869 sub import {
26             }
27 6     6   1779 sub unimport {}
28             1;
29            
30             __END__