Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dist::zilla::role::git::dirtyfiles(3pm) [debian man page]

Dist::Zilla::Role::Git::DirtyFiles(3pm) 		User Contributed Perl Documentation		   Dist::Zilla::Role::Git::DirtyFiles(3pm)

NAME
Dist::Zilla::Role::Git::DirtyFiles - provide the allow_dirty & changelog attributes VERSION
version 1.121820 DESCRIPTION
This role is used within the git plugin to work with files that are dirty in the local git checkout. ATTRIBUTES
allow_dirty A list of files that are allowed to be dirty in the git checkout. Defaults to "dist.ini" and the changelog (as defined per the "changelog" attribute. changelog The name of the changelog. Defaults to "Changes". METHODS
list_dirty_files my @dirty = $plugin->list_dirty_files($git, $listAllowed); This returns a list of the modified or deleted files in $git, filtered against the "allow_dirty" attribute. If $listAllowed is true, only allowed files are listed. If it's false, only files that are not allowed to be dirty are listed. In scalar context, returns the number of dirty files. AUTHOR
Jerome Quelin COPYRIGHT AND LICENSE
This software is copyright (c) 2009 by Jerome Quelin. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-06-30 Dist::Zilla::Role::Git::DirtyFiles(3pm)

Check Out this Related Man Page

Dist::Zilla::Plugin::Git(3pm)				User Contributed Perl Documentation			     Dist::Zilla::Plugin::Git(3pm)

NAME
Dist::Zilla::Plugin::Git - update your git repository after release VERSION
version 1.121820 DESCRIPTION
This set of plugins for Dist::Zilla can do interesting things for module authors using git to track their work. The following plugins are provided in this distribution: o Dist::Zilla::Plugin::Git::Check o Dist::Zilla::Plugin::Git::Commit o Dist::Zilla::Plugin::Git::CommitBuild o Dist::Zilla::Plugin::Git::Init o Dist::Zilla::Plugin::Git::NextVersion o Dist::Zilla::Plugin::Git::Push o Dist::Zilla::Plugin::Git::Tag A Dist::Zilla::PluginBundle::Git bundle is also provided for your convenience, check its documentation to see which plugins it will load. SEE ALSO
You can look for information on this module at: o Search CPAN http://search.cpan.org/dist/Dist-Zilla-Plugin-Git <http://search.cpan.org/dist/Dist-Zilla-Plugin-Git> o See open / report bugs http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dist-Zilla-Plugin-Git <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dist-Zilla-Plugin-Git> o Mailing-list (same as Dist::Zilla) <http://www.listbox.com/subscribe/?list_id=139292> o Git repository http://github.com/jquelin/dist-zilla-plugin-git <http://github.com/jquelin/dist-zilla-plugin-git> o AnnoCPAN: Annotated CPAN documentation http://annocpan.org/dist/Dist-Zilla-Plugin-Git <http://annocpan.org/dist/Dist-Zilla-Plugin-Git> o CPAN Ratings http://cpanratings.perl.org/d/Dist-Zilla-Plugin-Git <http://cpanratings.perl.org/d/Dist-Zilla-Plugin-Git> AUTHOR
Jerome Quelin COPYRIGHT AND LICENSE
This software is copyright (c) 2009 by Jerome Quelin. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-06-30 Dist::Zilla::Plugin::Git(3pm)
Man Page

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need a quick and dirty solution

I have a list of multiple versions of software. The list is formated as follows: NAME VERSION I simply need to pull out the highest version of each software, for example: Original File a v1.0 a v1.1 a v1.2 b v2.1 b v2.2 b v2.21 b v3.0 Output a v1.2 b v3.0 (13 Replies)
Discussion started by: Finja
13 Replies

2. UNIX for Advanced & Expert Users

Superblock marked dirty

Good morning! I met a problem on a FS with AIX 5.3 It's not possible to mount the FS because of a dirty superblock. I tried few things without success. I need your help to solve my problem guys. Do you have any idea please? Thanks a lot drp01,/home/root # mount /GSPRES/data Replaying... (9 Replies)
Discussion started by: Castelior
9 Replies