On Sat, Feb 22, 2020 at 10:56 AM Dan Book <[email protected]> wrote: > It is not well defined. __END__ and __DATA__ even serve the same purpose > within the main script file (but not in module files). I recommend not > combining them. >
Interesting! I did `mojo generate plugin` and it added perldoc after __END__ so I didn't think to remove it, but I wanted to add __DATA__. What do you think about removing __END__ from the generator <https://github.com/mojolicious/mojo/blob/master/lib/Mojolicious/Command/Author/generate/plugin.pm#L110> ? -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mojolicious/CACyQ%2BFRivNu1RtmhDG2kM_HtiTqUHN%3DhjSJrwHdQgB5DLYoSpQ%40mail.gmail.com.
