Skip to content

Commit

Permalink
Remove leading 'v' from perl version
Browse files Browse the repository at this point in the history
It's a trivial change, but Panda reports this when installing:

==> Fetching Backtrace::AsHTML
Please remove leading 'v' from perl version in Backtrace::AsHTML's meta info.

I'm doing this with my own modules as well, it's a minor change but it makes
the install look cleaner.
  • Loading branch information
Jeffrey Goff committed Jun 25, 2016
1 parent be6605c commit 9ab9889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion META6.json
@@ -1,7 +1,7 @@
{
"name" : "Backtrace::AsHTML",
"source-url" : "git://github.com/moznion/p6-Backtrace-AsHTML.git",
"perl" : "v6",
"perl" : "6",
"build-depends" : [ ],
"provides" : {
"Backtrace::AsHTML" : "lib/Backtrace/AsHTML.pm6"
Expand Down

0 comments on commit 9ab9889

Please sign in to comment.