Alien-Build-Git
view release on metacpan or search on metacpan
lib/Alien/Build/Plugin/Download/Git.pm view on Meta::CPAN
=head2 filter
his is a regular expression that lets you filter out tags that you do not
want to consider downloading. For example, if the tags included name such as
v1.0.0
v1.1.2
old-feature-not-included
something-else/entirely
You could specify a filter of C<qr/^v[0-9\.]+$/> to make sure only tags that
appeared to be a version number are included.
=head2 version
Regular expression to parse out the version from tags. The regular expression
should store the result in C<$1>.
In the previous example you might use the regular expression C<qr/^v([0-9\.]+/>.
=head1 SEE ALSO
=over 4
=item L<Alien>
=item L<Alien::Build>
=item L<Alien::Build::Git>
( run in 1.436 second using v1.01-cache-2.11-cpan-df04353d9ac )