Skip to content

Commit

Permalink
Release 0.05
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnavy committed Sep 21, 2018
1 parent 71a7533 commit 0438f75
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.05 2018-09-21
- Remove duplicated methods from core RT
- Respect SuppressIfEmpty config

0.04 2016-09-09
- Public release.

Expand Down
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ requires:
perl: 5.10.1
resources:
license: http://opensource.org/licenses/gpl-license.php
version: '0.04'
version: '0.05'
x_module_install_rtx_version: '0.40'
x_requires_rt: 4.2.0
x_rt_too_new: 4.6.0
1 change: 1 addition & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ requires 'Excel::Writer::XLSX';
requires_rt '4.2.0';
rt_too_new '4.6.0';

sign;
WriteAll;
9 changes: 9 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@ INSTALLATION
AUTHOR
Best Practical Solutions, LLC <[email protected]>

BUGS
All bugs should be reported via email to

L<[email protected]|mailto:[email protected]>

or via the web at

L<rt.cpan.org|http://rt.cpan.org/Public/Dist/Display.html?Name=RT-Extension-ExcelFeed>.

LICENSE AND COPYRIGHT
This software is Copyright (c) 2015-2018 by Best Practical Solutions,
LLC
Expand Down
2 changes: 1 addition & 1 deletion lib/RT/Extension/ExcelFeed.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use strict;
use warnings;
package RT::Extension::ExcelFeed;

our $VERSION = '0.04';
our $VERSION = '0.05';

=head1 NAME
Expand Down

0 comments on commit 0438f75

Please sign in to comment.