Software::Release::Change
A change made in a software release.
- Provided by: libsoftware-release-perl (Version: 0.03-1)
- Report a bug
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.