view release on metacpan or search on metacpan
lib/App/Term2HTML.pm view on Meta::CPAN
=head1 REPOSITORY
=begin html
<a href="http://travis-ci.org/bayashi/App-Term2HTML"><img src="https://secure.travis-ci.org/bayashi/App-Term2HTML.png?_t=1449406825"/></a> <a href="https://coveralls.io/r/bayashi/App-Term2HTML"><img src="https://coveralls.io/repos/bayashi/App-Term2HT...
=end html
App::Term2HTML is hosted on github: L<http://github.com/bayashi/App-Term2HTML>
view all matches for this distribution
view release on metacpan or search on metacpan
bin/timeclock.pl view on Meta::CPAN
<a href="https://readthedocs.org/projects/apptimeclock/?badge=latest"><img
src="https://readthedocs.org/projects/apptimeclock/badge/?version=latest"/></a>
<a href="https://metacpan.org/release/App-TimeClock"><img
src="https://img.shields.io/cpan/v/App-TimeClock.png"/></a>
<a href="https://www.gnu.org/licenses/gpl.html"><img
src="https://img.shields.io/github/license/soren/App-TimeClock.png"/></a>
<a href="http://waffle.io/soren/App-TimeClock"><img
src="https://badge.waffle.io/soren/App-TimeClock.png?label=ready&title=Ready"/></a>
</p>
=end html
=head1 NAME
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/TimeTracker/Gtk2TrayIcon.pm view on Meta::CPAN
sub init {
my ($class, $run) = @_;
my $storage_location = App::TimeTracker::Proto->new->home;
my $lazy =
-e 'share/lazy.png'
? 'share/lazy.png'
: dist_file( 'App-TimeTracker-Gtk2TrayIcon', 'lazy.png' );
my $busy =
-e 'share/busy.png'
? 'share/busy.png'
: dist_file( 'App-TimeTracker-Gtk2TrayIcon', 'busy.png' );
Gtk2->init;
my $img = Gtk2::Image->new_from_file($lazy);
my $window = Gtk2::TrayIcon->new(__PACKAGE__);
my $eventbox = Gtk2::EventBox->new;
$eventbox->add($img);
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/TimeTracker/Gtk3StatusIcon.pm view on Meta::CPAN
use App::TimeTracker::Data::Task;
use File::Share qw(dist_file);
use Clipboard;
my %ICONS = (
lazy => dist_file( 'App-TimeTracker-Gtk3StatusIcon', 'lazy.png' ),
busy => dist_file( 'App-TimeTracker-Gtk3StatusIcon', 'busy.png' ),
);
my $TRACKER_HOME = App::TimeTracker::Proto->new->home;
sub init {
view all matches for this distribution
view release on metacpan or search on metacpan
'in_reply_to_user_id' => undef,
'user' => {
'friends_count' => 115,
'follow_request_sent' => 0,
'profile_image_url' =>
'http://a2.twimg.com/profile_images/1501070030/John_2011_1_500x500_normal.png',
'profile_background_image_url_https' =>
'https://si0.twimg.com/images/themes/theme1/bg.png',
'profile_sidebar_fill_color' => 'DDEEF6',
'profile_background_color' => 'C0DEED',
'notifications' => 0,
'url' => 'http://arstechnica.com/author/john-siracusa/',
'id' => 636923,
'profile_background_tile' => 0,
'listed_count' => 1236,
'contributors_enabled' => 0,
'profile_link_color' => '0084B4',
'profile_image_url_https' =>
'https://si0.twimg.com/profile_images/1501070030/John_2011_1_500x500_normal.png',
'profile_sidebar_border_color' => 'C0DEED',
'created_at' => 'Mon Jan 15 17:57:00 +0000 2007',
'utc_offset' => -18000,
'verified' => 0,
'show_all_inline_media' => 0,
'profile_background_image_url' =>
'http://a0.twimg.com/images/themes/theme1/bg.png',
'protected' => 0,
'default_profile' => 1,
'id_str' => '636923',
'profile_text_color' => '333333',
'default_profile_image' => 0,
'friends_count' => 2584,
'follow_request_sent' => 0,
'profile_background_image_url_https' =>
'https://si0.twimg.com/profile_background_images/55559817/hisashinis-512x512.jpg',
'profile_image_url' =>
'http://a3.twimg.com/profile_images/1198753933/dan-by-tanaka_normal.png',
'profile_sidebar_fill_color' => 'DDEEF6',
'profile_background_color' => 'C0DEED',
'notifications' => 0,
'url' => 'http://blog.livedoor.jp/dankogai/',
'id' => 4143991,
'profile_background_tile' => 1,
'listed_count' => 5763,
'contributors_enabled' => 0,
'profile_link_color' => '0084B4',
'profile_image_url_https' =>
'https://si0.twimg.com/profile_images/1198753933/dan-by-tanaka_normal.png',
'profile_sidebar_border_color' => 'C0DEED',
'created_at' => 'Wed Apr 11 08:26:14 +0000 2007',
'utc_offset' => 32400,
'verified' => 0,
'profile_background_image_url' =>
view all matches for this distribution
view release on metacpan or search on metacpan
=pod
=begin html
<a href="https://travis-ci.org/ivanwills/App-VTide?branch=master"><img src="https://travis-ci.org/ivanwills/App-VTide.png?branch=master" alt="App-VTide"></a>
<a href="https://coveralls.io/r/ivanwills/App-VTide?branch=master"><img src="https://coveralls.io/repos/ivanwills/App-VTide/badge.svg?branch=master" alt="Coverage Status" /></a>
=end html
=head1 App::VTide
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/WIoZ.pm view on Meta::CPAN
is => 'rw', isa => 'Cairo::SvgSurface',
);
=head2 filename
file name output, extension C<.png> or C<.svg> will be added
=cut
has 'filename' => (
is => 'rw', isa => 'Str',
lib/App/WIoZ.pm view on Meta::CPAN
=head2 svg
produce a svg output, default value
set to 0 to write a png
=cut
has 'svg' => (
is => 'ro', isa => 'Int', default => 1
lib/App/WIoZ.pm view on Meta::CPAN
my $newc = App::WIoZ::Point->new( x => $x, y => $y);
$w->update_size($self,$size);
$w->update_c($newc);
$self->_show_word($w);
}
$self->_save_to_png if (!$self->svg);
}
=head2 do_layout
Compute words position, save result to svg or png image, save in C<filename.sl.txt> words positions to update colors.
Usage :
$wioz->do_layout(@words);
=cut
lib/App/WIoZ.pm view on Meta::CPAN
$self->_show_word($w) if ($w->show);
#$c++; last if $c > 2;
}
$self->_save_to_png if (!$self->svg);
$self->_save_layout(@words);
}
sub _save_to_png {
my $self = shift;
$self->surface->write_to_png ($self->filename . '.png');
}
# Save words position to a file. Usefull to update colors.
sub _save_layout {
my ($self, @words) = @_;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/WRT.pm view on Meta::CPAN
Directories may be nested to an arbitrary depth, although it's probably not a
good idea to go very deep with the current display logic.
A PNG or JPEG file with a name like
2001/1/1.icon.png
2001/1/1/index.icon.png
2001/1/1/whatever.icon.png
2001/1/1/whatever/index.icon.png
will be treated as an icon for the corresponding entry file.
=head2 MARKUP
lib/App/WRT.pm view on Meta::CPAN
=item icon_markup($entry, $alt)
Check if an icon exists for a given entry if so, return markup to include it.
Icons are PNG or JPEG image files following a specific naming convention:
index.icon.[png|jp(e)g] for directories
[filename].icon.[png|jp(e)g] for flat text files
Calls image_size, uses filename to determine type.
=cut
lib/App/WRT.pm view on Meta::CPAN
return;
}
# First suffix found will be used:
my $suffix;
for (qw(png jpg gif jpeg)) {
if ($self->{entries}->is_extant( "$icon_basepath.$_")) {
$suffix = $_;
last;
}
}
view all matches for this distribution
view release on metacpan or search on metacpan
t/30-links.t view on Meta::CPAN
'/',
'/news.html',
'/credits.html',
'/contact.html',
'http://www.cpan.org/',
'/img/lorem.png',
],
[ '/foo/bar.css',
[ 200,
[ 'Content-Type' => 'text/css' ],
Path::Tiny->new( t => 'file-01.css' )
],
'/foo/foo.css', '/foo/bar.css', '/img.png', '/foo/img_qq.png', '/img_q.png', 'http://example.com/ex.png',
],
);
plan tests => scalar @tests;
view all matches for this distribution
view release on metacpan or search on metacpan
Windows C<cmd>/C<command.exe>-like shells.
It's worth checking that a program actually needs waxing. Many command-line
programs already support URLs, e.g:
$ eog https://upload.wikimedia.org/wikipedia/commons/4/4c/Eye_of_GNOME.png
$ gedit https://projects.gnome.org/gedit/
$ gimp https://upload.wikimedia.org/wikipedia/commons/6/6c/Gimpscreen.png
$ vim https://www.vim.org/
etc.
=head1 VERSION
view all matches for this distribution
view release on metacpan or search on metacpan
This is Perl module B<App::WhatTimeIsIt>.
=begin html
<a href="http://travis-ci.org/bayashi/App-WhatTimeIsIt"><img src="https://secure.travis-ci.org/bayashi/App-WhatTimeIsIt.png"/></a> <a href="https://coveralls.io/r/bayashi/App-WhatTimeIsIt"><img src="https://coveralls.io/repos/bayashi/App-WhatTimeIsIt...
=end html
=head1 INSTALLATION
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Widget/ChartDirector.pm view on Meta::CPAN
$year += 1900;
my $datetime = sprintf("%04d%02d%02d-%02d%02d%02d", $year, $mon, $mday, $hour, $min, $sec);
my $unique_tag = $datetime . "-" . $$ . "-" . $serial;
my $spec_file = "$unique_tag.graph";
my $spec_path = "$spec_tempdir/$spec_file";
my $image_file = "$unique_tag.png";
my $image_path = "$image_tempdir/$image_file";
while (-f $spec_path || -f $image_path) {
$serial++;
$unique_tag = $datetime . "-" . $$ . "-" . $serial;
$spec_file = "$unique_tag.graph";
$spec_path = "$spec_tempdir/$spec_file";
$image_file = "$unique_tag.png";
$image_path = "$image_tempdir/$image_file";
}
my %spec = %$self;
delete $spec{context};
$spec{graphtype} ||= "bar";
view all matches for this distribution
view release on metacpan or search on metacpan
cgi-bin/app-button view on Meta::CPAN
#########################################################
# CREATE THE IMAGE
#########################################################
$type = $cgi->param("type");
$type = "png" if (!$type || $type ne "jpeg");
$height = $cgi->param("height");
$height = 19 if (!$height);
$width = $cgi->param("width");
cgi-bin/app-button view on Meta::CPAN
$quality = 0 if ($quality < 0);
$quality = 100 if ($quality > 100);
print $im->jpeg($quality);
}
else {
print $im->png;
}
}
view all matches for this distribution
view release on metacpan or search on metacpan
t/data/Q1085.json view on Meta::CPAN
"mainsnak": {
"snaktype": "value",
"property": "P242",
"datavalue": {
"type": "string",
"value": "2004 Praha.png"
},
"hash": "2de6a1247d0fe38ce9fd377aa60fa9a3ff0ab5ea",
"datatype": "commonsMedia"
},
"type": "statement"
t/data/Q1085.json view on Meta::CPAN
{
"mainsnak": {
"property": "P1621",
"datavalue": {
"type": "string",
"value": "Prague - Central Prague - OpenStreetMap.png"
},
"hash": "0f0dac421e90c7f2e0cc6983aa502bfa7e5575f0",
"datatype": "commonsMedia",
"snaktype": "value"
},
view all matches for this distribution
view release on metacpan or search on metacpan
This is Perl module B<App::YG>.
=begin html
<a href="http://travis-ci.org/bayashi/App-YG"><img src="https://secure.travis-ci.org/bayashi/App-YG.png"/></a> <a href="https://coveralls.io/r/bayashi/App-YG"><img src="https://coveralls.io/repos/bayashi/App-YG/badge.png?branch=master"/></a>
=end html
=head1 INSTALLATION
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/ZofCMS/Plugin/Captcha.pm view on Meta::CPAN
plug_captcha => {
format => 'gif',
},
B<Optional>. Takes string C<gif>, C<jpeg> or C<png> as a value. Specifies the format
of the captcha image. Some formats may be unavailable depending on your L<GD> version.
B<Defaults to:> C<gif>
=head3 C<tcolor>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/ZofCMS.pm view on Meta::CPAN
L<USING THE FRAMEWORK> section below for explanation of how to use this
framework.
=head1 WARNING
=for html <div style="display: table; height: 91px; background: url(http://zoffix.com/CPAN/Dist-Zilla-Plugin-Pod-Spiffy/icons/section-warning.png) no-repeat left; padding-left: 120px;" ><div style="display: table-cell; vertical-align: middle;">
I have no desire to continue development or maintenance of this framework.
As far as I know, I am the only developer. My only ties to this
framework is its use at $work and I am actively trying to switch
to L<Mojolicious>. For that reason,
lib/App/ZofCMS.pm view on Meta::CPAN
your web application and see a page which will display current time.
How wonderful \o/
=head1 REPOSITORY
=for html <div style="display: table; height: 91px; background: url(http://zoffix.com/CPAN/Dist-Zilla-Plugin-Pod-Spiffy/icons/section-github.png) no-repeat left; padding-left: 120px;" ><div style="display: table-cell; vertical-align: middle;">
Fork this module on GitHub:
L<https://github.com/zoffixznet/App-ZofCMS>
=for html </div></div>
=head1 BUGS
=for html <div style="display: table; height: 91px; background: url(http://zoffix.com/CPAN/Dist-Zilla-Plugin-Pod-Spiffy/icons/section-bugs.png) no-repeat left; padding-left: 120px;" ><div style="display: table-cell; vertical-align: middle;">
To report bugs or request features, please use
L<https://github.com/zoffixznet/App-ZofCMS/issues>
If you can't access GitHub, you can email your request
lib/App/ZofCMS.pm view on Meta::CPAN
=for html </div></div>
=head1 AUTHOR
=for html <div style="display: table; height: 91px; background: url(http://zoffix.com/CPAN/Dist-Zilla-Plugin-Pod-Spiffy/icons/section-author.png) no-repeat left; padding-left: 120px;" ><div style="display: table-cell; vertical-align: middle;">
=for html <span style="display: inline-block; text-align: center;"> <a href="http://metacpan.org/author/ZOFFIX"> <img src="http://www.gravatar.com/avatar/328e658ab6b08dfb5c106266a4a5d065?d=http%3A%2F%2Fwww.gravatar.com%2Favatar%2F627d83ef9879f31bda...
=for html </div></div>
view all matches for this distribution
view release on metacpan or search on metacpan
terminal sequences, backspaces, and Asian wide characters. It
supports traditional options, some of the Linux extended options, and
many of its own original options.
<div>
<p><img width="750" src="https://raw.githubusercontent.com/tecolicom/App-ansicolumn/master/images/ac-grep.png">
</div>
In addition to normal operation, table style output (`-t`) is
supported as well.
<div>
<p><img width="750" src="https://raw.githubusercontent.com/tecolicom/App-ansicolumn/master/images/ac-table.png">
</div>
In contrast to the original [column(1)](http://man.he.net/man1/column) command which handles mainly
short item lists, and the Linux variant which has been expanded to have
rich table style output, **ansicolumn(1)** has been expanded to show
text files in a multi-column view. Combined with pagination and a
document-friendly folding mechanism, it can be used as a document
viewing preprocessor for a pager program.
<div>
<p><img width="750" src="https://raw.githubusercontent.com/tecolicom/App-ansicolumn/master/images/ac-man.png">
</div>
To accurately display file contents, blank lines that were ignored by
the original [column(1)](http://man.he.net/man1/column) command are preserved.
When multiple files are given as arguments, it enters parallel
view mode and shows all files in parallel. This is convenient for viewing
multiple files side-by-side.
<div>
<p><img width="750" src="https://raw.githubusercontent.com/tecolicom/App-ansicolumn/master/images/ac-cell.png">
</div>
## COMPATIBLE OPTIONS
The column utility formats its input into multiple columns. Rows are
view all matches for this distribution
view release on metacpan or search on metacpan
read -a color < <( ansiecho -S ZE K/544 K/454 K/445 )
âsequenceââââââââââââââ
<div>
<p><img width="750" src="https://raw.githubusercontent.com/kaz-utashiro/App-ansiecho/main/images/synopsis.png">
</div>
# VERSION
Version 1.0702
view all matches for this distribution
view release on metacpan or search on metacpan
t/netscape.t
t/pod-coverage.t
t/pod.t
t/txt.t
tty.gif
tty.png
xt/boilerplate.t
META.yml Module YAML meta-data (added by MakeMaker)
META.json Module JSON meta-data (added by MakeMaker)
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/bsky.pm view on Meta::CPAN
}
elsif ( -e $avatar ) {
use Path::Tiny;
$avatar = path($avatar)->slurp_raw;
my $type = substr( $avatar, 0, 2 ) eq pack 'H*',
'ffd8' ? 'image/jpeg' : substr( $avatar, 1, 3 ) eq 'PNG' ? 'image/png' : 'image/jpeg'; # XXX: Assume it's a jpeg?
$avatar = $bsky->uploadFile( $avatar, $type );
}
else {
$self->err('unsure what to do with this avatar; does not seem to be a URL or local file');
}
lib/App/bsky.pm view on Meta::CPAN
}
elsif ( -e $banner ) {
use Path::Tiny;
$banner = path($banner)->slurp_raw;
my $type = substr( $banner, 0, 2 ) eq pack 'H*',
'ffd8' ? 'image/jpeg' : substr( $banner, 1, 3 ) eq 'PNG' ? 'image/png' : 'image/jpeg'; # XXX: Assume it's a jpeg?
$banner = $bsky->uploadFile( $banner, $type );
}
else {
$self->err('unsure what to do with this banner; does not seem to be a URL or local file');
}
view all matches for this distribution
view release on metacpan or search on metacpan
README.deepl-JA.md view on Meta::CPAN
`cat -v`ã³ãã³ãã¯ã表示ã§ããªãæåã表示ããããã«ãã使ãããããASCII以å¤ã®æåããã¹ã¦å¤æãã¦ãã¾ããããææ°ã®ã¢ããªã±ã¼ã·ã§ã³ã®åºåã表示ããã«ã¯å¿
ãããé©ãã¦ãã¾...
`cat-v`ã³ãã³ãã¯ã表示å¯è½ãªã°ã©ãã£ãã¯æåã®è¡¨ç¤ºãç¶æããã¾ã¾ãç©ºç½æåã¨å¶å¾¡æåãå¯è¦åãã¾ãã
<div>
<p><img width="750" src="https://raw.githubusercontent.com/tecolicom/App-cat-v/main/images/tree.png">
</div>
ã¾ããããã©ã«ãã§ã¯ã¨ã¹ã±ã¼ãæåã¯å¤æãããªãã®ã§ãANSIã¨ã¹ã±ã¼ãã·ã¼ã±ã³ã¹ã«ããè£
飾ã¯ä¿æããã¾ãã
<div>
<p><img width="750" src="https://raw.githubusercontent.com/tecolicom/App-cat-v/main/images/visualized.png">
</div>
ç©ºç½æåãå¯è¦åãããã¨ãæã¾ããå ´åãããã¾ãã`cat -t`ã³ãã³ãã¯ã¿ãæåãè¦è¦åã§ããããåé¡ã¯è¦è¦çãªæ¸å¼ãå£ãã¦ãã¾ããã¨ã§ããæ¸å¼ãä¿æããã¾ã¾ãã©ã®é¨åãã¿ã...
`cat-v`ã使ãã¨ãã¿ãæåã¯è¡¨ç¤ºä¸ã®ã¹ãã¼ã¹ãå¤ãããªãããã«è¦è¦åããã¾ãã
<div>
<p><img width="750" src="https://raw.githubusercontent.com/tecolicom/App-cat-v/main/images/tabstyle-needle.png">
</div>
å¶å¾¡æåã¯ãå¶å¾¡ãã©ã¼ãããã¨ã¦ãã³ã¼ãè¨å·æåã§è¡¨ç¤ºã§ãã¾ããããã©ã«ãã§ã¯ãæ¹è¡æåã¨ã¨ã¹ã±ã¼ãæå以å¤ã®å¶å¾¡æåã¯ã対å¿ããã¦ãã³ã¼ãè¨å·ã¨ãã¦è¡¨ç¤ºããã¾ãã
2çªç®ã®ãã£ã¼ã«ãã¯ããã©ã«ãã®åä½ã§ãã`s`ã¯è¨å·ã`m`ã¯Unicodeãã¼ã¯ã`0`ã¯ç¡å¤æã表ãã¾ãã
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/cdnget/Downloader.pm view on Meta::CPAN
my ($hook, $response, @params) = @_;
my $headers = $response->{_headers};
my $img;
given ($headers->content_type)
{
when ("image/png")
{
$img = GD::Image->newFromPngData($response->decoded_content) or $self->throw($!);
}
when ("image/jpeg")
{
lib/App/cdnget/Downloader.pm view on Meta::CPAN
my $newimg = new GD::Image($params[0], $params[1]) or $self->throw($!);
$newimg->copyResampled($img, 0, 0, 0, 0, $params[0], $params[1], $img->width, $img->height);
my $data;
given ($headers->content_type)
{
when ("image/png")
{
$data = $newimg->png($params[2]) or $self->throw($!);
}
when ("image/jpeg")
{
$data = $newimg->jpeg($params[2]) or $self->throw($!);
}
lib/App/cdnget/Downloader.pm view on Meta::CPAN
my $newimg = new GD::Image($params[0], $params[1]) or $self->throw($!);
$newimg->copy($img, 0, 0, $params[2], $params[3], $params[0], $params[1]);
my $data;
given ($headers->content_type)
{
when ("image/png")
{
$data = $newimg->png($params[4]) or $self->throw($!);
}
when ("image/jpeg")
{
$data = $newimg->jpeg($params[4]) or $self->throw($!);
}
view all matches for this distribution
view release on metacpan or search on metacpan
'o' => 1, # Object code is generated from source code.
'o.cmd' => 1, # not DOS Batch; Linux kernel compilation optimization file
'pbm' => 1,
'pdf' => 1,
'pfb' => 1,
'png' => 1,
'ps' => 1, # Postscript is _USUALLY_ generated automatically.
'sgm' => 1,
'sgml' => 1,
'so' => 1, # Dynamically-loaded object code.
'Tag' => 1,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/cloudconvert.pm view on Meta::CPAN
App::cloudconvert - Convert files via cloudconvert.org
=head1 SYNOPSIS
use App::cloudconvert;
my $app = App::cloudconvert->new( from => "gif", to => "png" );
$app->convert( "sample.gif", "sample.png" );
=head1 DESCRIPTION
See the command line client L<cloudconvert> for usage.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/colourhexdump.pm view on Meta::CPAN
colourhexdump file/a.txt file/b.txt -- --this-is-treated-like-a-file.txt
If you are using an HTML-enabled POD viewer, you should see a screenshot of this in action:
( Everyone else can visit L<http://kentnl.github.io/App-colourhexdump/media/Screenshot.png> )
=for html <center><img src="http://kentnl.github.io/App-colourhexdump/media/Screenshot.png" alt="Screenshot with explanation of colours" width="826" height="838"/></center>
=head1 METHODS
=head2 BUILD
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/column/run.pm view on Meta::CPAN
Sample screenshots:
=begin html
<img src="https://st.aticpan.org/source/PERLANCAR/App-column-run-0.005/share/images/Screenshot_20210625_085610.png" />
=end html
=begin html
<img src="https://st.aticpan.org/source/PERLANCAR/App-column-run-0.005/share/images/Screenshot_20210625_094844.png" />
=end html
=head1 FUNCTIONS
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/contenttype.pm view on Meta::CPAN
=head1 REPOSITORY
=begin html
<a href="http://travis-ci.org/bayashi/App-contenttype"><img src="https://secure.travis-ci.org/bayashi/App-contenttype.png"/></a> <a href="https://coveralls.io/r/bayashi/App-contenttype"><img src="https://coveralls.io/repos/bayashi/App-contenttype/bad...
=end html
App::contenttype is hosted on github: L<http://github.com/bayashi/App-contenttype>
view all matches for this distribution
view release on metacpan or search on metacpan
App-cpanminus-reporter
======================
[](http://badge.fury.io/pl/App-cpanminus-reporter)
This distribution creates a tiny app called `cpanm-reporter` that lets
you send cpanm output to CPAN Testers.
Setup
view all matches for this distribution