Content deleted Content added
Updating published sources: SourceUploader: * Properly handle UTF-8 characters in ChangeLog for edit summary, so things like "→" come out properly. |
Updating published sources: SourceUploader: * Override several behaviors of Pod::Simple::Wiki::Mediawiki: ** Don't try to generate "; foo : bar" lists, to prevent incorrect generation of "; foo1; foo2; foo3" when multiple =items have no intervening t |
||
Line 28:
use Storable qw/dclone/;
use
use tasks::SourceUploader::Pod;
use Data::Dumper;
Line 143:
if($extensions{$1} eq 'perl'){
# Try to construct POD documentation
my $parser =
my $x='';
$parser->output_string(\$x);
|