P5-true

Jul 20, 2023

Automatically return a true value when a file is required

Perl’s require builtin and its use wrapper requires the files it loads to return a true value. This is usually accomplished by placing a single

1;

statement at the end of included scripts or modules. It’s not onerous to add but it’s a speed bump on the Perl novice’s road to enlightenment. In addition, it appears to be a non-sequitur to the uninitiated, leading some to attempt to mitigate its appearance with a comment

1; # keep require happy or
1; # Do not remove this line or even
1; # Must end with this, because Perl is bogus.

This module packages this “return true” behaviour so that it need not be written explicitly. It can be used directly, but it is intended to be invoked from the import method of a ModernPerl-style module that enables modern Perl features and conveniences and cleans up legacy Perl warts.



Checkout these related ports:
  • Zziplib - Library to provide transparent read access to zipped files
  • Zydis - Fast and lightweight x86/x86-64 disassembler library
  • Zycore-c - Support library with platform independent types, macros, etc for Zydis
  • Zthread - Platform-independent object-oriented C++ threading library
  • Zookeeper - Coordination Service for Distributed Applications
  • Zls - Zig LSP implementation + Zig Language Server
  • Zfp - High throughput library for compressed floating-point arrays
  • Zeal - Offline documentation browser
  • Zapcc - C++ caching compiler based on clang
  • Zanata-platform - Web-based translation platform
  • Zanata-cli - Zanata Java command line client
  • Z88dk - Complete Z80/Z180 development kit
  • Z80ex - ZiLOG Z80 CPU emulator library
  • Z80asm - Assembler for the Z80 microprocessor
  • Z80-asm - Z80 assembly code assembler and disassembler