root/lang/perl/ShipIt-Setup-CommitMessageWrap/trunk/lib/ShipIt/Setup/CommitMessageWrap.pm @ 3863

Revision 3863, 0.8 kB (checked in by yappo, 5 years ago)

lang/perl/ShipIt-Setup-CommitMessageWrap?: s/Setup/Step/

Line 
1package ShipIt::Step::CommitMessageWrap;
2
3use strict;
4use warnings;
5our $VERSION = '0.01';
6
71;
8__END__
9
10=head1 NAME
11
12ShipIt::Step::CommitMessageWrap - commit message wrapping format to shipit version control
13
14=head1 SYNOPSIS
15
16None.
17
18=head1 DESCRIPTION
19
20this module is quick hack to commit method in ShipIt::VC module.
21commit message it makes your free wrapping format to version control.
22
23=head1 CONFIGURATION
24
25In the .shipit file:
26
27  commitmessagewrap.format = before %dist %msg after
28
29tagging log ( in  Foo:Bar::Baz module ):
30
31  before Foo-Bar-Baz Tagging version '$ver' using shipit. after
32
33=head1 AUTHOR
34
35Kazuhiro Osawa E<lt>ko@yappo.ne.jpE<gt>
36
37=head1 SEE ALSO
38
39=head1 LICENSE
40
41This library is free software; you can redistribute it and/or modify
42it under the same terms as Perl itself.
43
44=cut
Note: See TracBrowser for help on using the browser.