File tree Expand file tree Collapse file tree 5 files changed +355
-230
lines changed Expand file tree Collapse file tree 5 files changed +355
-230
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ my %WriteMakefileArgs = (
24
24
" Crypt::PRNG" => 0,
25
25
" MIME::Base64" => 0,
26
26
" XML::LibXML" => 0,
27
+ " feature" => 0,
27
28
" strict" => 0,
28
29
" vars" => 0,
29
30
" warnings" => 0
@@ -38,7 +39,7 @@ my %WriteMakefileArgs = (
38
39
" Test::More" => 0,
39
40
" namespace::autoclean" => 0
40
41
},
41
- " VERSION" => " 0.11 " ,
42
+ " VERSION" => " 0.12 " ,
42
43
" test" => {
43
44
" TESTS" => " t/*.t"
44
45
}
@@ -61,6 +62,7 @@ my %FallbackPrereqs = (
61
62
" Test::Lib" => 0,
62
63
" Test::More" => 0,
63
64
" XML::LibXML" => 0,
65
+ " feature" => 0,
64
66
" namespace::autoclean" => 0,
65
67
" strict" => 0,
66
68
" vars" => 0,
Original file line number Diff line number Diff line change 2
2
XML::Enc - XML::Enc Encryption Support
3
3
4
4
VERSION
5
- version 0.11
5
+ version 0.12
6
6
7
7
SYNOPSIS
8
8
my $decrypter = XML::Enc->new(
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ requires "Crypt::PK::RSA" => "0";
8
8
requires " Crypt::PRNG" => " 0" ;
9
9
requires " MIME::Base64" => " 0" ;
10
10
requires " XML::LibXML" => " 0" ;
11
+ requires " feature" => " 0" ;
11
12
requires " perl" => " 5.008" ;
12
13
requires " strict" => " 0" ;
13
14
requires " vars" => " 0" ;
You can’t perform that action at this time.
0 commit comments