Man Page: kiokudb::typemap::entry::alias
Operating Environment: debian
Section: 3pm
KiokuDB::TypeMap::Entry::Alias(3pm) User Contributed Perl Documentation KiokuDB::TypeMap::Entry::Alias(3pm)NAMEKiokuDB::TypeMap::Entry::Alias - An alias in the typemap to another entrySYNOPSISmy $typemap = KiokuDB::TypeMap->new( entries => { 'Some::Class' => KiokuDB::TypeMap::Entry::Alias->new( to => "Some::Other::Class", ), 'Some::Other::Class' => ..., }, );DESCRIPTIONThis pseudo-entry directs the typemap resolution to re-resolve with the key in the "to" field. perl v5.12.4 2010-10-11 KiokuDB::TypeMap::Entry::Alias(3pm)
| Related Man Pages |
|---|
| kiokudb(3pm) - debian |
| dbix::class::kiokudb(3pm) - debian |
| kiokudb::backend(3pm) - debian |
| kiokudb::typemap::entry::callback(3pm) - debian |
| kiokudb::typemap::entry::mop(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |