| 1 | package Data::Conveyor::Charset::ViaHash::ASCIILinefeed; |
|---|
| 2 | |
|---|
| 3 | # $Id: ASCIILinefeed.pm 9761 2005-07-11 13:22:52Z gr $ |
|---|
| 4 | |
|---|
| 5 | use strict; |
|---|
| 6 | use warnings; |
|---|
| 7 | |
|---|
| 8 | |
|---|
| 9 | our $VERSION = '0.04'; |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | use base 'Data::Conveyor::Charset::ViaHash'; |
|---|
| 13 | |
|---|
| 14 | |
|---|
| 15 | use constant CHARACTERS => ( |
|---|
| 16 | '000A' => '0x000a', # LINE FEED |
|---|
| 17 | ); |
|---|
| 18 | |
|---|
| 19 | |
|---|
| 20 | 1; |
|---|
| 21 | |
|---|
| 22 | |
|---|
| 23 | __END__ |
|---|
| 24 | |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | =head1 NAME |
|---|
| 28 | |
|---|
| 29 | Data::Conveyor::Charset::ViaHash::ASCIILinefeed - stage-based conveyor-belt-like ticket handling system |
|---|
| 30 | |
|---|
| 31 | =head1 SYNOPSIS |
|---|
| 32 | |
|---|
| 33 | Data::Conveyor::Charset::ViaHash::ASCIILinefeed->new; |
|---|
| 34 | |
|---|
| 35 | =head1 DESCRIPTION |
|---|
| 36 | |
|---|
| 37 | None yet. This is an early release; fully functional, but undocumented. The |
|---|
| 38 | next release will have more documentation. |
|---|
| 39 | |
|---|
| 40 | =head1 METHODS |
|---|
| 41 | |
|---|
| 42 | =over 4 |
|---|
| 43 | |
|---|
| 44 | |
|---|
| 45 | |
|---|
| 46 | =back |
|---|
| 47 | |
|---|
| 48 | Data::Conveyor::Charset::ViaHash::ASCIILinefeed inherits from |
|---|
| 49 | L<Data::Conveyor::Charset::ViaHash>. |
|---|
| 50 | |
|---|
| 51 | The superclass L<Data::Conveyor::Charset::ViaHash> defines these methods |
|---|
| 52 | and functions: |
|---|
| 53 | |
|---|
| 54 | new(), character_cache(), character_cache_clear(), |
|---|
| 55 | character_cache_delete(), character_cache_exists(), |
|---|
| 56 | character_cache_keys(), character_cache_values(), |
|---|
| 57 | clear_character_cache(), clear_valid_string_re_cache(), |
|---|
| 58 | delete_character_cache(), exists_character_cache(), |
|---|
| 59 | get_character_names(), get_character_values(), get_characters(), |
|---|
| 60 | is_valid_string(), keys_character_cache(), valid_string_re_cache(), |
|---|
| 61 | valid_string_re_cache_clear(), values_character_cache() |
|---|
| 62 | |
|---|
| 63 | The superclass L<Class::Scaffold::Base> defines these methods and |
|---|
| 64 | functions: |
|---|
| 65 | |
|---|
| 66 | FIRST_CONSTRUCTOR_ARGS(), MUNGE_CONSTRUCTOR_ARGS(), |
|---|
| 67 | add_autoloaded_package(), init(), log() |
|---|
| 68 | |
|---|
| 69 | The superclass L<Data::Inherited> defines these methods and functions: |
|---|
| 70 | |
|---|
| 71 | every_hash(), every_list(), flush_every_cache_by_key() |
|---|
| 72 | |
|---|
| 73 | The superclass L<Data::Comparable> defines these methods and functions: |
|---|
| 74 | |
|---|
| 75 | comparable(), comparable_scalar(), dump_comparable(), |
|---|
| 76 | prepare_comparable(), yaml_dump_comparable() |
|---|
| 77 | |
|---|
| 78 | The superclass L<Class::Scaffold::Delegate::Mixin> defines these methods |
|---|
| 79 | and functions: |
|---|
| 80 | |
|---|
| 81 | delegate() |
|---|
| 82 | |
|---|
| 83 | The superclass L<Class::Scaffold::Accessor> defines these methods and |
|---|
| 84 | functions: |
|---|
| 85 | |
|---|
| 86 | mk_framework_object_accessors(), mk_framework_object_array_accessors(), |
|---|
| 87 | mk_readonly_accessors() |
|---|
| 88 | |
|---|
| 89 | The superclass L<Class::Accessor::Complex> defines these methods and |
|---|
| 90 | functions: |
|---|
| 91 | |
|---|
| 92 | mk_abstract_accessors(), mk_array_accessors(), mk_boolean_accessors(), |
|---|
| 93 | mk_class_array_accessors(), mk_class_hash_accessors(), |
|---|
| 94 | mk_class_scalar_accessors(), mk_concat_accessors(), |
|---|
| 95 | mk_forward_accessors(), mk_hash_accessors(), mk_integer_accessors(), |
|---|
| 96 | mk_new(), mk_object_accessors(), mk_scalar_accessors(), |
|---|
| 97 | mk_set_accessors(), mk_singleton() |
|---|
| 98 | |
|---|
| 99 | The superclass L<Class::Accessor> defines these methods and functions: |
|---|
| 100 | |
|---|
| 101 | _carp(), _croak(), _mk_accessors(), accessor_name_for(), |
|---|
| 102 | best_practice_accessor_name_for(), best_practice_mutator_name_for(), |
|---|
| 103 | follow_best_practice(), get(), make_accessor(), make_ro_accessor(), |
|---|
| 104 | make_wo_accessor(), mk_accessors(), mk_ro_accessors(), |
|---|
| 105 | mk_wo_accessors(), mutator_name_for(), set() |
|---|
| 106 | |
|---|
| 107 | The superclass L<Class::Accessor::Installer> defines these methods and |
|---|
| 108 | functions: |
|---|
| 109 | |
|---|
| 110 | install_accessor() |
|---|
| 111 | |
|---|
| 112 | The superclass L<Class::Accessor::Constructor> defines these methods and |
|---|
| 113 | functions: |
|---|
| 114 | |
|---|
| 115 | _make_constructor(), mk_constructor(), mk_constructor_with_dirty(), |
|---|
| 116 | mk_singleton_constructor() |
|---|
| 117 | |
|---|
| 118 | The superclass L<Class::Accessor::FactoryTyped> defines these methods and |
|---|
| 119 | functions: |
|---|
| 120 | |
|---|
| 121 | clear_factory_typed_accessors(), clear_factory_typed_array_accessors(), |
|---|
| 122 | count_factory_typed_accessors(), count_factory_typed_array_accessors(), |
|---|
| 123 | factory_typed_accessors(), factory_typed_accessors_clear(), |
|---|
| 124 | factory_typed_accessors_count(), factory_typed_accessors_index(), |
|---|
| 125 | factory_typed_accessors_pop(), factory_typed_accessors_push(), |
|---|
| 126 | factory_typed_accessors_set(), factory_typed_accessors_shift(), |
|---|
| 127 | factory_typed_accessors_splice(), factory_typed_accessors_unshift(), |
|---|
| 128 | factory_typed_array_accessors(), factory_typed_array_accessors_clear(), |
|---|
| 129 | factory_typed_array_accessors_count(), |
|---|
| 130 | factory_typed_array_accessors_index(), |
|---|
| 131 | factory_typed_array_accessors_pop(), |
|---|
| 132 | factory_typed_array_accessors_push(), |
|---|
| 133 | factory_typed_array_accessors_set(), |
|---|
| 134 | factory_typed_array_accessors_shift(), |
|---|
| 135 | factory_typed_array_accessors_splice(), |
|---|
| 136 | factory_typed_array_accessors_unshift(), |
|---|
| 137 | index_factory_typed_accessors(), index_factory_typed_array_accessors(), |
|---|
| 138 | mk_factory_typed_accessors(), mk_factory_typed_array_accessors(), |
|---|
| 139 | pop_factory_typed_accessors(), pop_factory_typed_array_accessors(), |
|---|
| 140 | push_factory_typed_accessors(), push_factory_typed_array_accessors(), |
|---|
| 141 | set_factory_typed_accessors(), set_factory_typed_array_accessors(), |
|---|
| 142 | shift_factory_typed_accessors(), shift_factory_typed_array_accessors(), |
|---|
| 143 | splice_factory_typed_accessors(), |
|---|
| 144 | splice_factory_typed_array_accessors(), |
|---|
| 145 | unshift_factory_typed_accessors(), |
|---|
| 146 | unshift_factory_typed_array_accessors() |
|---|
| 147 | |
|---|
| 148 | The superclass L<Class::Scaffold::Factory::Type> defines these methods and |
|---|
| 149 | functions: |
|---|
| 150 | |
|---|
| 151 | factory_log() |
|---|
| 152 | |
|---|
| 153 | The superclass L<Class::Factory::Enhanced> defines these methods and |
|---|
| 154 | functions: |
|---|
| 155 | |
|---|
| 156 | add_factory_type(), make_object_for_type(), register_factory_type() |
|---|
| 157 | |
|---|
| 158 | The superclass L<Class::Factory> defines these methods and functions: |
|---|
| 159 | |
|---|
| 160 | factory_error(), get_factory_class(), get_factory_type_for(), |
|---|
| 161 | get_loaded_classes(), get_loaded_types(), get_my_factory(), |
|---|
| 162 | get_my_factory_type(), get_registered_class(), |
|---|
| 163 | get_registered_classes(), get_registered_types(), |
|---|
| 164 | remove_factory_type(), unregister_factory_type() |
|---|
| 165 | |
|---|
| 166 | The superclass L<Class::Accessor::Constructor::Base> defines these methods |
|---|
| 167 | and functions: |
|---|
| 168 | |
|---|
| 169 | STORE(), clear_dirty(), clear_hygienic(), clear_unhygienic(), |
|---|
| 170 | contains_hygienic(), contains_unhygienic(), delete_hygienic(), |
|---|
| 171 | delete_unhygienic(), dirty(), dirty_clear(), dirty_set(), |
|---|
| 172 | elements_hygienic(), elements_unhygienic(), hygienic(), |
|---|
| 173 | hygienic_clear(), hygienic_contains(), hygienic_delete(), |
|---|
| 174 | hygienic_elements(), hygienic_insert(), hygienic_is_empty(), |
|---|
| 175 | hygienic_size(), insert_hygienic(), insert_unhygienic(), |
|---|
| 176 | is_empty_hygienic(), is_empty_unhygienic(), set_dirty(), |
|---|
| 177 | size_hygienic(), size_unhygienic(), unhygienic(), unhygienic_clear(), |
|---|
| 178 | unhygienic_contains(), unhygienic_delete(), unhygienic_elements(), |
|---|
| 179 | unhygienic_insert(), unhygienic_is_empty(), unhygienic_size() |
|---|
| 180 | |
|---|
| 181 | The superclass L<Tie::StdHash> defines these methods and functions: |
|---|
| 182 | |
|---|
| 183 | CLEAR(), DELETE(), EXISTS(), FETCH(), FIRSTKEY(), NEXTKEY(), SCALAR(), |
|---|
| 184 | TIEHASH() |
|---|
| 185 | |
|---|
| 186 | =head1 BUGS AND LIMITATIONS |
|---|
| 187 | |
|---|
| 188 | No bugs have been reported. |
|---|
| 189 | |
|---|
| 190 | Please report any bugs or feature requests through the web interface at |
|---|
| 191 | L<http://rt.cpan.org>. |
|---|
| 192 | |
|---|
| 193 | =head1 INSTALLATION |
|---|
| 194 | |
|---|
| 195 | See perlmodinstall for information and options on installing Perl modules. |
|---|
| 196 | |
|---|
| 197 | =head1 AVAILABILITY |
|---|
| 198 | |
|---|
| 199 | The latest version of this module is available from the Comprehensive Perl |
|---|
| 200 | Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN |
|---|
| 201 | site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. |
|---|
| 202 | |
|---|
| 203 | =head1 AUTHORS |
|---|
| 204 | |
|---|
| 205 | Florian Helmberger C<< <fh@univie.ac.at> >> |
|---|
| 206 | |
|---|
| 207 | Achim Adam C<< <ac@univie.ac.at> >> |
|---|
| 208 | |
|---|
| 209 | Mark Hofstetter C<< <mh@univie.ac.at> >> |
|---|
| 210 | |
|---|
| 211 | Heinz Ekker C<< <ek@univie.ac.at> >> |
|---|
| 212 | |
|---|
| 213 | Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> |
|---|
| 214 | |
|---|
| 215 | =head1 COPYRIGHT AND LICENSE |
|---|
| 216 | |
|---|
| 217 | Copyright 2004-2008 by the authors. |
|---|
| 218 | |
|---|
| 219 | This library is free software; you can redistribute it and/or modify |
|---|
| 220 | it under the same terms as Perl itself. |
|---|
| 221 | |
|---|
| 222 | |
|---|
| 223 | =cut |
|---|
| 224 | |
|---|