File: Todo

package info (click to toggle)
libalias-perl 2.32-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 116 kB
  • sloc: perl: 181; makefile: 2
file content (23 lines) | stat: -r--r--r-- 467 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
=head1 NAME

TODO - aspirations for Alias

=head1 DESCRIPTION

=over 4

=item 1.

C<attr> ought to move into perl core when I get around to hacking it in.
Object attributes can then be lexically scoped instead of dynamically,
or both.

=item 2. (nonitem)

You'd think C<const> could be made to work for hashes and arrays via 
XSive code.  But it turns out that the perl source must be heavily
involved.  Using C<tie> to achieve this is probably simpler.

=back

=cut