Skip to content

Instantly share code, notes, and snippets.

@semifor
Created September 10, 2009 17:31
Show Gist options
  • Save semifor/184670 to your computer and use it in GitHub Desktop.
Save semifor/184670 to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl
# module version report
use strict;
use warnings;
use Module::Versions::Report;
use Net::Twitter;
my $nt = Net::Twitter->new(legacy => 0, netrc => 1);
exit 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment