-
-
21 Oct 2011 13:49:44 UTC
- Distribution: Software-Release
- Module version: 0.03
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (6228 / 2 / 0)
- Kwalitee
Bus factor: 0- 50.00% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (9.56KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Moose
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Software::Release::Change - A change made in a software release.
VERSION
version 0.03
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.
Module Install Instructions
To install Software::Release, copy and paste the appropriate command in to your terminal.
cpanm Software::Release
perl -MCPAN -e shell install Software::Release
For more information on module installation, please visit the detailed CPAN module installation guide.