Skip to content

Commit

Permalink
v0.001
Browse files Browse the repository at this point in the history
  • Loading branch information
rsrchboy committed Feb 6, 2012
1 parent b52a13e commit 124253b
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,3 +1,5 @@
Revision history for {{$dist->name}}

{{$NEXT}}

0.001 2012-02-06 13:11:50 America/Los_Angeles
71 changes: 71 additions & 0 deletions README.pod
@@ -0,0 +1,71 @@
=pod

=encoding utf-8

=head1 NAME

Dist::Zilla::PluginBundle::Git::CheckFor - All Git::CheckFor plugins at once

=head1 VERSION

version 0.001

=head1 SYNOPSIS

; in dist.ini
[@Git::CheckFor]

=head1 DESCRIPTION

This bundles several plugins that do some sanity/lint checking of your git
repository; namely: you're on the right branch and you haven't forgotten any
autosquash commits (C<fixup!> or C<squash!>).

=for Pod::Coverage configure

=head1 SEE ALSO

Please see those modules/websites for more information related to this module.

=over 4

=item *

L<Dist::Zilla::Plugin::Git::CheckFor::Fixups>

=item *

L<Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch>

=item *

L<Dist::Zilla::PluginBundle::Git>

=back

=head1 SOURCE

The development version is on github at L<http://github.com/RsrchBoy/dist-zilla-pluginbundle-git-checkfor>
and may be cloned from L<git://github.com/RsrchBoy/dist-zilla-pluginbundle-git-checkfor.git>

=head1 BUGS

Please report any bugs or feature requests on the bugtracker website
https://github.com/RsrchBoy/dist-zilla-pluginbundle-git-checkfor/issues

When submitting a bug or request, please include a test-file or a
patch to an existing test-file that illustrates the bug or desired
feature.

=head1 AUTHOR

Chris Weyl <cweyl@alumni.drew.edu>

=head1 COPYRIGHT AND LICENSE

This software is Copyright (c) 2012 by Chris Weyl.

This is free software, licensed under:

The GNU Lesser General Public License, Version 2.1, February 1999

1 change: 1 addition & 0 deletions dist.ini
Expand Up @@ -6,3 +6,4 @@ copyright_year = 2012


[@RSRCHBOY]
autoprereqs_skip = ^(funcs$|Test(Class|Role))

0 comments on commit 124253b

Please sign in to comment.