-
-
Save autarch/9ae4424f8b87c42cac5e4e8d2941b82f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| my $results = $Client->release( "$name-$version" )->items; | |
| my $results = $Client->release( { name => "$name-$version" } )->items; | |
| my $results = $Client->release | |
| { | |
| all => [ | |
| { name => $name }, | |
| { version => $version }, | |
| ], | |
| }, | |
| )->items; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment