software::release::change(3pm) debian man page | unix.com

Man Page: software::release::change

Operating Environment: debian

Section: 3pm

Software::Release::Change(3pm)				User Contributed Perl Documentation			    Software::Release::Change(3pm)

NAME
Software::Release::Change - A change made in a software release.
VERSION
version 0.02
SYNOPSIS
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' );
DESCRIPTION
Software::Release::Change represents a single change made in a software release.
ATTRIBUTES
author_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.
AUTHOR
Cory G Watson <gphat@cpan.org>
COPYRIGHT AND LICENSE
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. perl v5.12.4 2011-10-16 Software::Release::Change(3pm)
Related Man Pages
chart::clicker::decoration::overaxis(3pm) - debian
dist::zilla::plugin::changelogfromgit(3pm) - debian
git::repository::log(3pm) - debian
graphics::color(3pm) - debian
prophet::change(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
Is UNIX an open source OS ?
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?