Skip to content

Commit

Permalink
convert to Dist::Zilla
Browse files Browse the repository at this point in the history
  • Loading branch information
genehack committed Nov 12, 2010
1 parent c38b9c4 commit dbfbadf
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 73 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Revision history for Git-Wrapper

0.014 2010-11-12

Convert to Dist::Zilla (John SJ Anderson)
Add 'is_dirty' helper to Statuses (John SJ Anderson)

0.013 2010-09-06
Expand Down
14 changes: 0 additions & 14 deletions MANIFEST.SKIP

This file was deleted.

16 changes: 0 additions & 16 deletions Makefile.PL

This file was deleted.

20 changes: 0 additions & 20 deletions README

This file was deleted.

23 changes: 23 additions & 0 deletions dist.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = Git-Wrapper
author = Hans Dieter Pearcey <hdp@cpan.org>
author = Chris Prather <chris@prather.org>
license = Perl_5
copyright_holder = Hans Dieter Pearcey
copyright_year = 2008

[@Basic]

[Git::NextVersion]
first_version = 0.14

[AutoPrereqs]
[GithubMeta]
[InstallGuide]
[MetaConfig]
[MetaJSON]
[NextRelease]
[PkgVersion]
[PodSyntaxTests]
[PodWeaver]
[ReadmeFromPod]
[Repository]
24 changes: 1 addition & 23 deletions lib/Git/Wrapper.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ use strict;
use warnings;

package Git::Wrapper;
#ABSTRACT: wrap git(7) command-line interface

our $VERSION = '0.013';
our $DEBUG=0;
use IPC::Open3 () ;
use Symbol;
Expand Down Expand Up @@ -252,14 +252,6 @@ sub to { defined( $_[0]->{to} ) ? $_[0]->{to} : '' }

__END__
=head1 NAME
Git::Wrapper - wrap git(7) command-line interface
=head1 VERSION
Version 0.010
=head1 SYNOPSIS
my $git = Git::Wrapper->new('/var/foo');
Expand Down Expand Up @@ -471,25 +463,11 @@ version-controle systems.
Git itself is at L<http://git.or.cz>.
=head1 AUTHOR
Hans Dieter Pearcey, C<< <hdp@cpan.org> >>
Chris Prather, C<< <chris@prather.org> >>
Other Authors as listed in Changes.
=head1 BUGS
Please report any bugs or feature requests to
C<bug-git-wrapper@rt.cpan.org>, or through the web interface at
L<http://rt.cpan.org>. I will be notified, and then you'll automatically be
notified of progress on your bug as I make changes.
=head1 COPYRIGHT & LICENSE
Copyright 2008 Hans Dieter Pearcey, Some Rights Reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
=cut

0 comments on commit dbfbadf

Please sign in to comment.