Skip to content

Instantly share code, notes, and snippets.

@oalders
Created March 21, 2020 03:31
Show Gist options
  • Select an option

  • Save oalders/b93eb3b861671df54937d3c731146c64 to your computer and use it in GitHub Desktop.

Select an option

Save oalders/b93eb3b861671df54937d3c731146c64 to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl
use strict;
use warnings;
use MetaCPAN::Client ();
my $mcpan = MetaCPAN::Client->new;
my $module = $mcpan->module('Alien::Base::Wrapper');
print $mcpan->release( $module->distribution )->main_module;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment