套件: libaccessors-perl (1.01-2)
libaccessors-perl 的相關超連結
Trisquel 的資源:
下載原始碼套件 libaccessors-perl:
- [libaccessors-perl_1.01-2.dsc]
- [libaccessors-perl_1.01.orig.tar.gz]
- [libaccessors-perl_1.01-2.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Perl Group (郵件存檔)
- Salvatore Bonaccorso
外部的資源:
- 主頁 [metacpan.org]
相似套件:
Perl module to create accessor methods in caller's package
The accessors pragma lets you create simple accessors at compile-time.
This saves you from writing them by hand, which tends to result in cut-n-paste errors and a mess of duplicated code. It can also help you reduce the ammount of unwanted direct-variable access that may creep into your codebase when you're feeling lazy. accessors was designed with laziness in mind.
Method-chaining accessors are generated by default. Note that you can still use accessors::chained directly for reasons of backwards compatibility.
See accessors::classic for accessors that always return the current value if you don't like method chaining.
其他與 libaccessors-perl 有關的套件
|
|
|
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language