Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Win32-GUI CPAN distribution.

Report information
The Basics
Id: 51916
Status: resolved
Priority: 0/
Queue: Win32-GUI

People
Owner: Nobody in particular
Requestors: FWIE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.06
Fixed in: (no value)



Subject: (Patch] POD nit
The attached patch fixes some POD, which renders wrong, at least at search.cpan.org.
Subject: pod.patch
diff --git a/Win32-GUI-BitmapInline/BitmapInline.pm b/Win32-GUI-BitmapInline/BitmapInline.pm index 9878109..3ff5395 100644 --- a/Win32-GUI-BitmapInline/BitmapInline.pm +++ b/Win32-GUI-BitmapInline/BitmapInline.pm @@ -292,7 +292,7 @@ bad-looking data to your script... =item * File::Spec must be able to find a writable temporary directory. When inlined data is used in your script (with -C<Win32::GUI::BitmapInline->new( ... )>), +C<< Win32::GUI::BitmapInline->new( ... ) >>), then a temporary file is created, loaded as a regular bitmap and then immediately deleted. This will fail if Win32::GUI::BitmapInline script is not able to create and delete files in a suitable temporary
fixed in git repo