view release on metacpan or search on metacpan
lib/App/Codit.pm view on Meta::CPAN
my ($self,$args) = @_;
my $rawdir = Tk::findINC('App/Codit/Icons');
my %opts = (
# -appname => 'Codit',
-logo => Tk::findINC('App/Codit/codit_logo.png'),
-extensions => [qw[Art CoditMDI ToolBar StatusBar MenuBar Selector Help Settings Plugins]],
-documentinterface => 'CoditMDI',
-namespace => 'App::Codit',
-rawiconpath => [ $rawdir ],
-savegeometry => 1,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/CopyrightImage.pm view on Meta::CPAN
=head1 NAME
App::CopyrightImage - Easily add Copyright information to your images
=for html
<a href="http://travis-ci.org/stevieb9/p5-app-copyrightimage"><img src="https://secure.travis-ci.org/stevieb9/p5-app-copyrightimage.png"/></a>
<a href="https://ci.appveyor.com/project/stevieb9/p5-app-copyrightimage"><img src="https://ci.appveyor.com/api/projects/status/br01o72b3if3plsw/branch/master?svg=true"/></a>
<a href='https://coveralls.io/github/stevieb9/p5-app-copyrightimage?branch=master'><img src='https://coveralls.io/repos/stevieb9/p5-app-copyrightimage/badge.svg?branch=master&service=github' alt='Coverage Status' /></a>
=head1 SYNOPSIS
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/CreateAcmeCPANModulesImportCPANRatingsModules.pm view on Meta::CPAN
push @review_htmls, $1;
}
my @dists;
for my $review_html (@review_htmls) {
$review_html =~ m!<h3 class="review_header">.+?<a href="/dist/([^"]+)">(?:.+?/images/stars-(\d\.\d)\.png")?.+?<blockquote class="review_text">(.+?)</blockquote>!s or die;
push @dists, {dist=>$1, rating=>$2, text=>$3};
}
my @mods;
for my $dist (@dists) {
view all matches for this distribution
view release on metacpan or search on metacpan
## Images
Images can be specified in HTML by simply including the HTML in the
text. Alternatively, here are some short-hand notations:
* Image: ``
* Image with title attribute: ``
* Image with ID: `![Image description.][img_id]`
`[img_id]: img.png "This is a title" height=50px width=200px`
## Footnotes
Footnotes can be accomplished as follows:
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Dazz/Command/group.pm view on Meta::CPAN
[ "idt|i=f", "minimal identity of overlaps", { default => 0.85 }, ],
[ "keep", "don't remove multi-matched reads", ],
[ 'oa=s', 'overlaps between anchors', ],
[ "parallel|p=i", "number of threads", { default => 4 }, ],
[ "verbose|v", "verbose mode", ],
[ "png", "write a png file via graphviz", ],
{ show_defaults => 1, }
);
}
lib/App/Dazz/Command/group.pm view on Meta::CPAN
$cc_serial++;
}
printf STDERR "CC count %d\n", scalar(@ccs);
if ( $opt->{png} ) {
App::Dazz::Common::g2gv0( $graph, $fn_dazz . ".png" );
}
}
1;
view all matches for this distribution
view release on metacpan or search on metacpan
t/data/spin/input/index.th
t/data/spin/input/journal/.macros
t/data/spin/input/journal/.navbar
t/data/spin/input/journal/.rss
t/data/spin/input/journal/2011-08/006.th
t/data/spin/input/names.png
t/data/spin/input/random.th
t/data/spin/input/reviews/books/.macros
t/data/spin/input/reviews/books/0-385-49362-2.th
t/data/spin/input/software/docknot/api/app-docknot.spin
t/data/spin/input/software/docknot/changes.spin
t/data/spin/output/journal/2011-08/006.html
t/data/spin/output/journal/debian.rss
t/data/spin/output/journal/index.html
t/data/spin/output/journal/index.rss
t/data/spin/output/journal/reviews.rss
t/data/spin/output/names.png
t/data/spin/output/random.html
t/data/spin/output/reviews/books/0-385-49362-2.html
t/data/spin/output/software/docknot/api/app-docknot.html
t/data/spin/output/software/docknot/changes.html
t/data/spin/output/software/docknot/index.html
view all matches for this distribution
view release on metacpan or search on metacpan
README.mkdn view on Meta::CPAN
baz: quux
```
# AUTHOR
Yanick Champoux <yanick@babyl.ca> [](http://coderwall.com/yanick)
# COPYRIGHT AND LICENSE
This software is copyright (c) 2019 by Yanick Champoux.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/DubiousHTTP/Tests.pm view on Meta::CPAN
<p>
This bulk test will use "img" tags to download an innocent image to check which
uncommon responses can be used to load images.
</p>
<p id=test_js class=runtest><a href="/autoimg/all/ok.png">Run Test with
innocent image payload</a></p>
<a name=iframe>
<h2>Bulk test with innocent Iframe</h2>
</a>
lib/App/DubiousHTTP/Tests.pm view on Meta::CPAN
$html;
}
sub auto_img {
my ($self,$cat) = @_;
_auto_imgjshtml($cat, 'Browser behavior test with img tag', 'ok.png', sub {
my ($url,$id) = @_;
return "<img id='$id' src='$url' onload='set_success(\"$id\",\"img\");' onerror='set_fail(\"$id\",\"img\");' />";
});
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/DuckPAN/Cmd/Server.pm view on Meta::CPAN
return $self->change_css($js);
}
# Rewrite all relative asset links in CSS
# Capture leading quote, insert $hostname, append filename
# E.g url("/assets/background.png") => url("http://duckduckgo.com/assets/background.png")
sub change_css {
my ( $self, $css ) = @_;
my $hostname = $self->hostname;
$css =~ s!:\s*url\((["'])?/!:url\($1http://$hostname/!g;
return $css;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Easer.pod view on Meta::CPAN
</a>
<a href="https://badge.fury.io/pl/App-Easer">
<img alt="Current CPAN version" src="https://badge.fury.io/pl/App-Easer.svg">
</a>
<a href="http://cpants.cpanauthors.org/dist/App-Easer">
<img alt="Kwalitee" src="http://cpants.cpanauthors.org/dist/App-Easer.png">
</a>
<a href="http://www.cpantesters.org/distro/O/App-Easer.html?distmat=1">
<img alt="CPAN Testers" src="https://img.shields.io/badge/cpan-testers-blue.svg">
</a>
<a href="http://matrix.cpantesters.org/?dist=App-Easer">
view all matches for this distribution
view release on metacpan or search on metacpan
This is Perl module B<App::Edge>.
=begin html
<a href="http://travis-ci.org/bayashi/App-Edge"><img src="https://secure.travis-ci.org/bayashi/App-Edge.png"/></a> <a href="https://coveralls.io/r/bayashi/App-Edge"><img src="https://coveralls.io/repos/bayashi/App-Edge/badge.png?branch=master"/></a>
=end html
=head1 INSTALLATION
view all matches for this distribution
view release on metacpan or search on metacpan
README.md
cpanfile
doc/Karyotype.md
doc/Scer-self.md
doc/Scer.md
doc/fig.multi.png
doc/fig.multi.vsd
lib/App/Egaz.pm
lib/App/Egaz/Command/blastlink.pm
lib/App/Egaz/Command/blastmatch.pm
lib/App/Egaz/Command/blastn.pm
view all matches for this distribution
view release on metacpan or search on metacpan
delete $a->{request};
}
else {
$a->{method} = $a->{uri} = $a->{protocol} = $a->{loc} = "";
}
if ($a->{loc} =~ /\.(jpe?g|gif|png|ico)$/i) {
$a->{type} = "image";
}
elsif ($a->{loc} =~ /\.(cgi)$/i) {
$a->{type} = "cgi";
}
view all matches for this distribution
view release on metacpan or search on metacpan
share/status/app/css/bootstrap.min.css
share/status/app/fonts/glyphicons-halflings-regular.eot
share/status/app/fonts/glyphicons-halflings-regular.svg
share/status/app/fonts/glyphicons-halflings-regular.ttf
share/status/app/fonts/glyphicons-halflings-regular.woff
share/status/app/img/glyphicons-halflings-green.png
share/status/app/img/glyphicons-halflings-red.png
share/status/app/img/glyphicons-halflings-white.png
share/status/app/img/glyphicons-halflings.png
share/status/app/index.html
share/status/app/js/app.js
share/status/app/js/controllers.js
share/status/app/js/directives.js
share/status/app/js/filters.js
view all matches for this distribution
view release on metacpan or search on metacpan
t/www/chart.cgi view on Meta::CPAN
$obj->add_dataset(@hours);
$obj->add_dataset(@set1);
$obj->add_dataset(@set2);
$obj->add_dataset(@set3);
$obj->cgi_png;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/FetchwareX/HTMLPageSync.pm view on Meta::CPAN
sub {
my $tag = shift;
my $link = $tag->attr('href');
if (defined $link) {
# If the anchor tag is an image...
if ($link =~ /\.(jpg|jpeg|png|bmp|tiff?|gif)$/) {
# ...return true...
return 'True';
} else {
# ...if not return false.
return undef; #false
view all matches for this distribution
view release on metacpan or search on metacpan
Files: INSTALL
LICENSE
examples/config.json
t/share/config.json
t/share/file.txt
t/share/image.png
Copyright: Unknown
License: Unknown
Files: Changes
META.json
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Framework/Extension/Filter.pm view on Meta::CPAN
</div>
**<hr size="1"><address style="text-align: right;"><small>Generated on Fri Jun 5 13:43:31 2009 for rctu4_test by
**<a href="http://www.doxygen.org/index.html">
**<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
</body>
</html>
And removes the lines beginning '**'.
view all matches for this distribution
view release on metacpan or search on metacpan
This is Perl module B<App::FromUnixtime>.
=begin html
<a href="http://travis-ci.org/bayashi/App-FromUnixtime"><img src="https://secure.travis-ci.org/bayashi/App-FromUnixtime.png?_t=1425089336"/></a> <a href="https://coveralls.io/r/bayashi/App-FromUnixtime"><img src="https://coveralls.io/repos/bayashi/Ap...
=end html
=head1 INSTALLATION
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/GUI/Cellgraph.pm view on Meta::CPAN
It is meant for B<fun>, leasure, B<beautiful>, personalized images
and a deeper B<understanding> about how cellular automatons work.
=for HTML <p>
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Cellgraph/main/example/POD/30.png" alt="" width="300" height="300">
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Cellgraph/main/example/POD/blauberg.png"alt="" width="300" height="300">
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Cellgraph/main/example/POD/7io.png" alt="" width="300" height="300">
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Cellgraph/main/example/POD/teppich2.png"alt="" width="300" height="300">
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Cellgraph/main/example/POD/igt.png" alt="" width="300" height="300">
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Cellgraph/main/example/POD/cascadestar.png" alt="" width="300" height="300">
</p>
=head1 Mechanics
lib/App/GUI/Cellgraph.pm view on Meta::CPAN
at the bottom that appear while browsing the menu of after a command given.
=head2 General Settings
=for HTML <p>
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Cellgraph/main/example/POD/GUIglobal7.png" alt="" width="85%" height="85%">
</p>
The first tab contains settings, that shape the drawing in the most broad way.
It is segmented into three parts that somewhat parallel the last three tabs.
lib/App/GUI/Cellgraph.pm view on Meta::CPAN
=head2 Starting Row
=for HTML <p>
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Cellgraph/main/example/POD/GUIstart6.png" alt="" width="85%" height="85%">
</p>
This tab contains settings that define the start values - the states
and activity values of all cells in the starting row. The upper part is
about the cell states and the lower part about the activity values.
lib/App/GUI/Cellgraph.pm view on Meta::CPAN
=head2 State Rules
=for HTML <p>
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Cellgraph/main/example/POD/GUIrules7.png" alt="" width="85%" height="85%">
</p>
This tab contains settings that define the transfer function of cell states.
The upper part is very similar to the previous tab containing a summary
value and several buttons that trigger complex changes. Below that is a
lib/App/GUI/Cellgraph.pm view on Meta::CPAN
=head2 Action Rules
=for HTML <p>
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Cellgraph/main/example/POD/GUIaction7.png" alt="" width="85%" height="85%">
</p>
This tab parallels the previous even more, by also listing all subrules.
But here you can dial in the consequent activity value gain (right beside
the => arrow) and activity value gain spread of each subrule (rightmost
lib/App/GUI/Cellgraph.pm view on Meta::CPAN
random amount.
=head2 Colors
=for HTML <p>
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Cellgraph/main/example/POD/GUIcolor7.png" alt="" width="85%" height="85%">
</p>
This panel helps you to customize the automaton/cell state colors, with
which the picture is drawn. It helps you also to remember you favorite
colors and color sets. The panel is divided into five sections by
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/GUI/GoLP.pm view on Meta::CPAN
=head1 DESCRIPTION
This program will load and run Life-like cellular automata from .rle or .cells files. A good source for files is L<https://conwaylife.com/wiki/Main_Page>. It uses L<Game::Life::Faster> for the engine and L<Prima> for the GUI.
=for HTML <p>
<img src="https://raw.githubusercontent.com/mjohnson108/p5-App-GUI-GoLP/main/example/POD/c5diagonalpuffer1.png" alt="" width="400" height="325">
<img src="https://raw.githubusercontent.com/mjohnson108/p5-App-GUI-GoLP/main/example/POD/owssagarstretcher.png" alt="" width="400" height="325">
</p>
=head2 Menus
lib/App/GUI/GoLP.pm view on Meta::CPAN
I<Autogrow> toggles the 'autogrow' on and off. When activated, the size of the board will be enlarged if there are live cells close to the edge of the board.
I<Status line> toggles the status text which can be displayed along the bottom of the main window. This gives some information as to the current state of the simulation.
I<Snapshot board> will create a .png image file of the board in the current working directory.
I<Loop delay> presents a list of presets which affects the speed of the simulation.
I<Rules> allows the user to select from a preset list of birth/survival rules, or use the I<Custom rule> dialog to specify one.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/GUI/Harmonograph.pm view on Meta::CPAN
An Harmonograph is an apparatus with several connected pendula,
creating together spiraling pictures :
=for HTML <p>
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Harmonograph/main/examples/POD/baum.png" alt="" width="300" height="300">
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Harmonograph/main/examples/POD/wirbel.jpg" alt="" width="300" height="300">
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Harmonograph/main/examples/POD/hose.png" alt="" width="300" height="300">
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Harmonograph/main/examples/POD/wirbel_4.png" alt="" width="300" height="300">
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Harmonograph/main/examples/POD/wolke.png" alt="" width="300" height="300">
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Harmonograph/main/examples/POD/df.png" alt="" width="300" height="300">
</p>
This is a cybernetic recreation of an Prof. Blackburns invention with
several enhancements:
lib/App/GUI/Harmonograph.pm view on Meta::CPAN
=head2 Pendulum
=for HTML <p>
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Harmonograph/main/examples/POD/Tab_Pendulum.png" alt="" width="85%" height="85%">
</p>
Each of the first three tabs contains the settings of two pendula.
The first tab holds the lateral or linear pendula: X (left right movement)
and Y (up and down). The second tab shows settings of the epicycle pendula
lib/App/GUI/Harmonograph.pm view on Meta::CPAN
=head2 Functions
=for HTML <p>
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Harmonograph/main/examples/POD/Tab_Functions.png" alt="" width="85%" height="85%">
</p>
This tab lets you meddle with the equations that compute the mechanics
of a pendulum. Because all ten rows are built the same I will explain only
one. For instance the X pendulum has only influence on the x coordinate
lib/App/GUI/Harmonograph.pm view on Meta::CPAN
might can choose here differently.
=head2 Visual Settings
=for HTML <p>
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Harmonograph/main/examples/POD/Tab_Visuals.png" alt="" width="85%" height="85%">
</p>
Due to the section headins, this tab is self explanatory. First choos if
you want to paint dots or connect them. Please not that pen thickness of
one is very thin and you might not see any dots in that setting. The pen
lib/App/GUI/Harmonograph.pm view on Meta::CPAN
directly to color one. This round will repeated as time permits.
=head2 Colors
=for HTML <p>
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Harmonograph/main/examples/POD/Tab_Colors.png" alt="" width="85%" height="85%">
</p>
This tab is just for choosing the available colors. There are alway ten
colors visible, but colors with a "x" below are currently not in use.
This tab page has five sections which will be explained from top to bottom.
lib/App/GUI/Harmonograph.pm view on Meta::CPAN
and use the then opening Dir-Dialog to select another directory.
The second text field holds the base file name, which has to be inserted
by clicking on in and typing. The third text field is the file number and
is readonly. That counter increments automatically when a file is generated.
The complete file path is <dir>+<base name>+'_'+<counter>+<file ending>.
The file ending is I<.ini> for setting files and I<.jpg> or I<.png> or I<.svg>
for image files. The exact ending depends on what is the current configuration
set in the image > format menu. Lets say your directory is
"/home/user/images/h" and the base file name is beauty. If there is already
a file "/home/user/images/h/beauty_4.png" - the program will detect that
and set the counter to 5. You can play with the settings and than (no matter
if there is currently a complete drawing or not) push the I<Save> button
to produce a complete drawing into "/home/user/images/h/beauty_5.png".
If you push the I<INI> button you safe the current settings into
"/home/user/images/h/beauty_5.ini". This file can later be loaded via
settings menu to restore the current state of all buttons in the tabs.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/GUI/Juliagraph.pm view on Meta::CPAN
are the pixel coordinates, Julia means the coordinates are the starting
value. And the pixel color just contains the information how many
iterations (times) it took until z got greater than our bailout value.
=for HTML <p>
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Juliagraph/master/img/examples/first.png" alt="" width="300" height="300">
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Juliagraph/master/img/examples/first_detail.png" alt="" width="300" height="300">
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Juliagraph/master/img/examples/feingoldkreutz.png"alt="" width="300" height="300">
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Juliagraph/master/img/examples/julia.png" alt="" width="300" height="300">
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Juliagraph/master/img/examples/set.png" alt="" width="300" height="300">
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Juliagraph/master/img/examples/sonne.png" alt="" width="300" height="300">
</p>
This program has additional capabilities/options:
lib/App/GUI/Juliagraph.pm view on Meta::CPAN
=head2 Constraints
=for HTML <p>
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Juliagraph/master/img/POD/Tab_Constraints.png" alt="" width="630" height="410">
</p>
The controls on the first tab panel are the settings that define most of
the rules by which the equation is computed. The page is divided from top
to bottom into 5 sections that will be discussed in that order.
lib/App/GUI/Juliagraph.pm view on Meta::CPAN
the shape around the main shape (the crwon - corona).
=head2 Monomials
=for HTML <p>
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Juliagraph/master/img/POD/Tab_Polynomials.png" alt="" width="630" height="410">
</p>
The second tab contains 4 identical sections which also work the same way.
Each of them stand in for a monomial of the iteration equation, but only
if the checkbox I<On> is marked. A second checkbox decides if this monomial
lib/App/GUI/Juliagraph.pm view on Meta::CPAN
C<Julia> a n-times rotational symmetry.
=head2 Color Mapping
=for HTML <p>
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Juliagraph/master/img/POD/Tab_Mapping.png" alt="" width="630" height="410">
</p>
This page is about mapping the iteration number at bailout to a color.
To be able to do that better you can preview here the color rainbow
between the first and second section. Below the color rainbow is another
lib/App/GUI/Juliagraph.pm view on Meta::CPAN
=head2 Colors
=for HTML <p>
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Juliagraph/master/img/POD/Tab_Color.png" alt="" width="630" height="410">
</p>
This page helps you to select the color that will be used to paint the fractal.
You can see them in the middle row.
The background color is often the one at the most left. That is why it
view all matches for this distribution
view release on metacpan or search on metacpan
gallery.pl
lib/App/Gallery.pm
Makefile.PL
MANIFEST
README
t/100x400.png
t/800x200.png
t/App-Gallery.t
t/example-tmpl
META.yml Module YAML meta-data (added by MakeMaker)
META.json Module JSON meta-data (added by MakeMaker)
SIGNATURE Public-key signature (added by MakeMaker)
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-Git-Workflow-Command-Cat?branch=master"><img src="https://travis-ci.org/ivanwills/App-Git-Workflow-Command-Cat.png?branch=master" alt="App-Git-Workflow-Command-Cat"></a>
<a href="https://coveralls.io/r/ivanwills/App-Git-Workflow-Command-Cat?branch=master"><img src="https://coveralls.io/repos/ivanwills/App-Git-Workflow-Command-Cat/badge.svg?branch=master" alt="Coverage Status" /></a>
=head1 App::Git::Workflow::Command::Cat
Adds a simple way of showing files stored in git (simpler that git-show at least)
view all matches for this distribution
view release on metacpan or search on metacpan
=begin html
<a href="https://travis-ci.org/ivanwills/App-Git-Workflow-Command-Take?branch=master"><img src="https://travis-ci.org/ivanwills/App-Git-Workflow-Command-Take.png?branch=master" alt="App-Git-Workflow-Command-Take"></a>
<a href="https://coveralls.io/r/ivanwills/App-Git-Workflow-Command-Take?branch=master"><img src="https://coveralls.io/repos/ivanwills/App-Git-Workflow-Command-Take/badge.svg?branch=master" alt="Coverage Status" /></a>
=head1 App::Git::Workflow::Command::Take
The package installes the C<git-take> command which helps resolve git conflicts
view all matches for this distribution
view release on metacpan or search on metacpan
App-GitHooks-Plugin-PreventTrailingWhitespace
=============================================
[](https://travis-ci.org/barwin/App-GitHooks-Plugin-PreventTrailingWhitespace)
[](https://coveralls.io/r/barwin/App-GitHooks-Plugin-PreventTrailingWhitespace?branch=master)
App::GitHooks plugin to prevent trailing whitespace from being committed.
INSTALLATION
view all matches for this distribution
view release on metacpan or search on metacpan
App-GitHooks-Plugin-RubyCompile
===============================
[](https://travis-ci.org/jacobmaurer/App-GitHooks-Plugin-RubyCompile)
[](https://coveralls.io/r/jacobmaurer/App-GitHooks-Plugin-RubyCompile?branch=master)
App::GitHooks plugin to prevent committing code with #NOCOMMIT mentions.
INSTALLATION
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/GitHooks.pm view on Meta::CPAN
Here's an example of it in action, running the C<pre-commit> hook checks before
the commit message can be entered:
=begin html
<div><img src="https://raw.github.com/guillaumeaubert/App-GitHooks/master/img/app-githooks-example-success.png"></div>
=end html
Here is another example, with a Perl file that fails compilation this time:
=begin html
<div><img src="https://raw.github.com/guillaumeaubert/App-GitHooks/master/img/app-githooks-example-failure.png"></div>
=end html
=head1 SYNOPSIS
view all matches for this distribution
view release on metacpan or search on metacpan
[](https://travis-ci.org/moznion/App-GitHubWebhooks2Ikachan)
# NAME
App::GitHubWebhooks2Ikachan - Web server to notify GitHub Webhooks to [App::Ikachan](https://metacpan.org/pod/App::Ikachan)
# SYNOPSIS
view all matches for this distribution