Skip to content

Commit

Permalink
Fix POD coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
genehack committed Jun 28, 2012
1 parent 4559b68 commit 8d99305
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Revision history for {{$dist->name}}
Add explicit external dep on 'git' in $PATH; remove test code
that bailed when 'git' wasn't in $PATH (JSJA)

Remove t/pod* in favor of dzil plugin POD coverage/syntax tests (JSJA)

0.022 2012-06-27 17:00:46 America/New_York

Unset GIT_PAGER_IN_USE env var to stop any ANSI colorization (Karen Etheridge)
Expand Down
5 changes: 4 additions & 1 deletion lib/Git/Wrapper.pm
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,12 @@ binary in the current $PATH.
=head2 supports_log_raw_dates
=head2 supports_hash_object_filters
These methods return a true or false value (1 or 0) indicating whether the git
binary being used has support for these options. (The '--porcelain' option on
'git status' and the '--date=raw' option on 'git log', respectively.)
'git status', the '--date=raw' option on 'git log', and the '--no-filters'
option on 'git hash-object' respectively.)
These are primarily for use in this distribution's test suite, but may also be
useful when writing code using Git::Wrapper that might be run with different
Expand Down

0 comments on commit 8d99305

Please sign in to comment.