Skip to content

Commit

Permalink
Prepare CPAN version 0.58; main:: fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
daoswald committed Aug 12, 2014
1 parent 309a8d3 commit fa313e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions META.json
Expand Up @@ -43,22 +43,22 @@
"Inline" : "0.67",
"Inline::C" : "0.62",
"Parse::RecDescent" : "0",
"perl" : "5.006001"
"perl" : "5.008001"
}
}
},
"provides" : {
"Inline::CPP" : {
"file" : "lib/Inline/CPP.pm",
"version" : "0.57"
"version" : "0.58"
},
"Inline::CPP::Config" : {
"file" : "lib/Inline/CPP/Config.pm",
"version" : "0.57"
"version" : "0.58"
},
"Inline::CPP::Grammar" : {
"file" : "lib/Inline/CPP/Grammar.pm",
"version" : "0.57"
"version" : "0.58"
}
},
"release_status" : "stable",
Expand All @@ -73,5 +73,5 @@
"web" : "http://github.com/daoswald/Inline-CPP"
}
},
"version" : "0.57"
"version" : "0.58"
}
10 changes: 5 additions & 5 deletions META.yml
Expand Up @@ -27,21 +27,21 @@ no_index:
provides:
Inline::CPP:
file: lib/Inline/CPP.pm
version: '0.57'
version: '0.58'
Inline::CPP::Config:
file: lib/Inline/CPP/Config.pm
version: '0.57'
version: '0.58'
Inline::CPP::Grammar:
file: lib/Inline/CPP/Grammar.pm
version: '0.57'
version: '0.58'
requires:
Carp: '0'
Inline: '0.67'
Inline::C: '0.62'
Parse::RecDescent: '0'
perl: '5.006001'
perl: '5.008001'
resources:
homepage: http://github.com/daoswald/Inline-CPP
license: http://dev.perl.org/licenses/artistic.html
repository: http://github.com/daoswald/Inline-CPP.git
version: '0.57'
version: '0.58'

0 comments on commit fa313e1

Please sign in to comment.