Man Page: software::release::change
Operating Environment: debian
Section: 3pm
Software::Release::Change(3pm) User Contributed Perl Documentation Software::Release::Change(3pm)NAMESoftware::Release::Change - A change made in a software release.VERSIONversion 0.02SYNOPSISuse DateTime; use Software::Release::Change; my $change = Software::Release::Change->new( author_name => 'gphat', author_email => 'gphat@cpan.org', change_id => 'abc1234', date => DateTime->now, description => 'Frozzled the wozjob' );DESCRIPTIONSoftware::Release::Change represents a single change made in a software release.ATTRIBUTESauthor_email The author's email address author_name The author's name change_id The id of the change. committer_email The committer's email address committer_name The committer's name date The date description The description of the change.AUTHORCory G Watson <gphat@cpan.org>COPYRIGHT AND LICENSEThis software is copyright (c) 2011 by Infinity Interactive, Inc. 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.12.4 2011-10-16 Software::Release::Change(3pm)
| Related Man Pages |
|---|
| chart::clicker::positioned(3pm) - debian |
| graphics::color::hsv(3pm) - debian |
| graphics::color::yiq(3pm) - debian |
| prophet::change(3pm) - debian |
| software::release(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Introduction |
| Find columns in a file based on header and print to new file |
| A (ksh) Library For and From UNIX.com |