rjbs / Pod-Weaver

recombine pod documents into awesomer pod documents
26 stars 28 forks source link

split ::Section::Version::weave_section() into multiple methods #8

Closed rsrchboy closed 12 years ago

rsrchboy commented 12 years ago

I'd like to have my version sections give some indication of the (fuzzy) relative stability of the package; this would be made easier if I could just append parts to the version section being generated, rather than find the section, append, etc. This change makes that possible, by splitting the content generation parts out of weave_section() and into their own method.

I'm fairly confident this is a sane/reasonable approach, but if not, I won't take umbrage at being corrected :)

rjbs commented 12 years ago

I've merged and reworked this.