The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::gist - GitHub Gist creator

VERSION

version 0.05

SYNOPSIS

    use feature 'say';
    use App::gist;

    use strict;
    use warnings;

    say 'Created gist: ' . App::gist -> new($file) -> run;

METHODS

new( $file )

Create a App::gist object using the given file.

run( )

Just run the app.

AUTHOR

Alessandro Ghedini <alexbio@cpan.org>

LICENSE AND COPYRIGHT

Copyright 2011 Alessandro Ghedini.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.