Ross Clunie wrote:
> Hi
> I have just installed Win32::GUI v1.04
> installed as per instructions
> However the only HTML documentation that got installed was for the new
> packages.
> Win32::GUI::AxWindow
> Win32::GUI::Constants
> Win32::GUI::DIBitmap
> Win32::GUI::DropFiles
> Win32::GUI::Grid
> Win32::GUI::Scintilla
> Win32::GUI::ReleaseNotes
>
> No HTML documentaion for the other packages ie buttons, textfields etc
> got installed.
> I have installed the POD files as per Roberts instructions as well.
> Is this normal with the new release?
>
> Using ActivePerl 5.8.8.819
> PPM4
It shouldn't be. Assuming that you got the PPM from sourceforge, then
all the html docs are in it (I can't vouch for PPMs made by others).
There have been a couple of other reports of 'unusual' behaviour with
builds/installs using perl 5.8.8 from ActiveState. I haven't tried this
version yet (I'm still using 5.6.1 and 5.8.7), but will attempt to have
a look soon.
Under ActiveState Perl 5.8.7 you can run
perl -MActivePerl::DocTools -e "UpdateHTML()"
which will build any missing HTML docs from the POD. I don't know if
the same is true under 5.8.8
Failing any other solution the docs are online at:
http://perl-win32-gui.sourceforge.net/docs/
Thanks for the report, I'll try to find out what's going on.
Regards,
Rob.