wszystkie opcje
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Pakiet źródłowy: librelative-perl  ]

Pakiet: librelative-perl (0.04-4)

Odnośniki dla librelative-perl

Screenshot

Zasoby systemu Debian:

Pobieranie pakietu źródłowego librelative-perl:

Opiekun:

Zasoby zewnętrzne:

Podobne pakiety:

Load modules with relative names

This module allows you to load modules using only parts of their name, relatively to the current module or to a given module. Module names are by default searched below the current module, but can be searched upper in the hierarchy using the ..:: syntax.

In order to further loosen the namespace coupling, import returns the full names of the loaded modules, making object-oriented code easier to write:

   use relative;

   my ($Maker, $Publisher) = import relative qw(Create Publish);
   my $report    = $Maker->new;
   my $publisher = $Publisher->new;

Znaczniki: Rozwój oprogramowania: Rozwijanie w języku Perl, Biblioteki, Zaimplementowane w: Perl, Rola: Biblioteka współdzielona

Inne pakiety związane z librelative-perl

  • wymaga
  • poleca
  • sugeruje
  • enhances

Pobieranie librelative-perl

Pobierz dla wszystkich dostępnych architektur
Architektura Rozmiar pakietu Rozmiar po instalacji Pliki
all 9,4 KiB28,0 KiB [lista plików]