-
where I could view the source code
-
It just says "docs maintained by p5p", should also link to the maintainers of the site itself (just notes that OpusVL hosts it).
-
Hello.
Navbar height is 96px. It takes up too much space on laptops with aspect ratio 16:9.
Best Regards, Ilya Pavlov
-
Hello,
The new website is impressive. How does one download the perldoc html zip file for offline review ?
-
When I see "This is a beta release", it implies that the version of Perl that I'm looking at is in beta. I'm pretty sure that's not the case because I see that tag for all versions of Perl. But it's …
-
I think I blindly removed all of the references to the variable that switched this message on and off, leaving the message on all the time.
-
Seems like the `feature_list` function, wherever that is, isn't returning all of the features. This doesn't seem to be a problem when the app is actually running, but I can't see the difference betwee…
-
As the good book says, [Cool URLs don't change](https://www.w3.org/Provider/Style/URI). Please provide backwards-compatibility URL for `https://perldoc.perl.org/search.html`. My Firefox keyword search…
-
Since perldoc.perl.org development basically stopped the community got together and figured out what we wanted from a replacement - and built perldoc.pl, complete with link compatibility to make switc…
-
Tested on branch: WIP-10.0-pg10-fix-preinstall-c-compiler
Probably the case on all branches.
Ran this:
```
docker-compose run --rm -u root odoo /bin/echo "Hi" 2>/dev/null
```
Got:
```
…