Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

table comments missing cut statement #10

Closed
mario-minati opened this issue Dec 27, 2018 · 2 comments
Closed

table comments missing cut statement #10

mario-minati opened this issue Dec 27, 2018 · 2 comments

Comments

@mario-minati
Copy link
Contributor

Table comments with the new comment functionallity are generated without a closing =cut statement:

package Glue::DB::Schema::Core::Result::Contract;

# ABSTRACT: Result class for contract

=head1 DESCRIPTION

holds project contracts

use strict;
use warnings;
use base qw(DBIx::Class);
reneeb added a commit that referenced this issue Dec 27, 2018
@reneeb
Copy link
Owner

reneeb commented Dec 27, 2018

Fixed in 1.12

@reneeb reneeb closed this as completed Dec 27, 2018
@mario-minati
Copy link
Contributor Author

Thanks for the quick fix 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants