Man Page: app::kgb::commit
Operating Environment: debian
Section: 3pm
App::KGB::Commit(3pm) User Contributed Perl Documentation App::KGB::Commit(3pm)NAMEApp::KGB::Commit - a single commitSYNOPSISmy $c = App::KGB::Commit->new( { id => 4536, changes => ["(M)/there"], log => "fixed /there", author => "My Self <mself@here.at>", branch => "trunk", module => "test", } );DESCRIPTIONApp::KGB::Change encapsulates a single commit. A commit has several properties: an ID, a list of changes, an author, a log message, optionally also a branch and a module.FIELDSid (mandatory) The commit ID that uniquely identifies it in the repository. changes An arrayref of App::KGB::Change instances or other objects that behave as strings. author log branch moduleCONSTRUCTORnew ( { initial field values } ) Standard constructor. Accepts a hashref with field values. perl v5.12.4 2011-09-15 App::KGB::Commit(3pm)
| Related Man Pages |
|---|
| app::cmd::setup(3pm) - debian |
| app::info::handler::carp(3pm) - debian |
| app::kgb::client(3pm) - debian |
| app::prove::state::result(3pm) - debian |
| moosex::app::cmd(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| Is UNIX an open source OS ? |
| Weird 'find' results |
| How to copy a column of multiple files and paste into new excel file (next to column)? |