Skip to content

Instantly share code, notes, and snippets.

@adamtaylor
Created March 19, 2012 21:21
Show Gist options
  • Save adamtaylor/2127189 to your computer and use it in GitHub Desktop.
Save adamtaylor/2127189 to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl
# PODNAME: App::scrobble
# ABSTRACT: foo
# VERSION
use strict;
use warnings;
use App::Scrobble;
my $app = App::Scrobble->new_with_options();
$app->scrobble();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment