# # This file is part of Dist-Zilla-PluginBundle-RSRCHBOY # # This software is Copyright (c) 2011 by Chris Weyl. # # This is free software, licensed under: # # The GNU Lesser General Public License, Version 2.1, February 1999 # package Pod::Weaver::SectionBase::CollectWithIntro; { $Pod::Weaver::SectionBase::CollectWithIntro::VERSION = '0.033'; } # ABSTRACT: Extends CollectWithIntro to provide a better default plugin name use Moose; use namespace::autoclean; use autobox::Core; use MooseX::AttributeShortcuts; use MooseX::NewDefaults; extends 'Pod::Weaver::Section::CollectWithIntro'; default_for plugin_name => sub { shift->ref->split(qr/::/)->pop }; __PACKAGE__->meta->make_immutable; !!42; __END__ =pod =encoding utf-8 =for :stopwords Chris Weyl =head1 NAME Pod::Weaver::SectionBase::CollectWithIntro - Extends CollectWithIntro to provide a better default plugin name =head1 VERSION This document describes version 0.033 of Pod::Weaver::SectionBase::CollectWithIntro - released January 09, 2013 as part of Dist-Zilla-PluginBundle-RSRCHBOY. =head1 SEE ALSO Please see those modules/websites for more information related to this module. =over 4 =item * L =back =head1 AUTHOR Chris Weyl =head1 COPYRIGHT AND LICENSE This software is Copyright (c) 2011 by Chris Weyl. This is free software, licensed under: The GNU Lesser General Public License, Version 2.1, February 1999 =cut