Software::Release::Change(3pm) | User Contributed Perl Documentation | Software::Release::Change(3pm) |
Software::Release::Change - A change made in a software release.
version 0.03
use 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' );
Software::Release::Change represents a single change made in a software release.
The author's email address
The author's name
The id of the change.
The committer's email address
The committer's name
The date
The description of the change.
Cory G Watson <gphat@cpan.org>
This 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.
2022-06-17 | perl v5.34.0 |