Query: software::release::change
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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)