summaryrefslogtreecommitdiff
path: root/lib/Perinci/Object/Package.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Perinci/Object/Package.pm')
-rw-r--r--lib/Perinci/Object/Package.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/Perinci/Object/Package.pm b/lib/Perinci/Object/Package.pm
index c07dc82..bbf73d6 100644
--- a/lib/Perinci/Object/Package.pm
+++ b/lib/Perinci/Object/Package.pm
@@ -1,7 +1,7 @@
package Perinci::Object::Package;
-our $DATE = '2018-10-18'; # DATE
-our $VERSION = '0.310'; # VERSION
+our $DATE = '2021-01-02'; # DATE
+our $VERSION = '0.311'; # VERSION
use 5.010;
use strict;
@@ -26,7 +26,7 @@ Perinci::Object::Package - Represent package metadata
=head1 VERSION
-This document describes version 0.310 of Perinci::Object::Package (from Perl distribution Perinci-Object), released on 2018-10-18.
+This document describes version 0.311 of Perinci::Object::Package (from Perl distribution Perinci-Object), released on 2020-01-02.
=head1 METHODS
@@ -44,7 +44,7 @@ Source repository is at L<https://github.com/perlancar/perl-Perinci-Object>.
=head1 BUGS
-Please report any bugs or feature requests on the bugtracker website L<https://rt.cpan.org/Public/Dist/Display.html?Name=Perinci-Object>
+Please report any bugs or feature requests on the bugtracker website L<https://github.com/perlancar/perl-Perinci-Object/issues>
When submitting a bug or request, please include a test-file or a
patch to an existing test-file that illustrates the bug or desired
@@ -56,7 +56,7 @@ perlancar <perlancar@cpan.org>
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2018, 2017, 2016, 2015, 2014, 2013, 2012, 2011 by perlancar@cpan.org.
+This software is copyright (c) 2021, 2017, 2016, 2015, 2014, 2013, 2012, 2011 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.