Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
do not try to jsonify match objects
  • Loading branch information
FROGGS committed May 18, 2014
1 parent d2e4608 commit bdbe638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Panda/Bundler.pm
Expand Up @@ -118,7 +118,7 @@ method bundle($panda, :$notests) {
depends => $bone.metainfo<depends>,
provides => $bone.metainfo<provides>,
support => {
source => $bone.metainfo<source-url>,
source => ~$bone.metainfo<source-url>,
}
};

Expand Down

0 comments on commit bdbe638

Please sign in to comment.