Result for C180812F66A28CE2B2A1D6A76D62A81D54068010

Query result

Key Value
FileName./usr/share/man/man3/Catalyst::TraitFor::Model::DBIC::Schema::SchemaProxy.3pm.gz
FileSize2181
MD53587E994780E5A3316C814A2B1342098
SHA-1C180812F66A28CE2B2A1D6A76D62A81D54068010
SHA-256754CD049F5BA5F976D40CDF9CE7F481FED5FA2BAC55E899C39AB8F1574A8B65E
SSDEEP48:XM/0tnYh9FV7mWRu3nr4AzDzrc3hoDqN8cwuaYvgUxbQnB7YBz7cAYRjwGVn:cMtnYdVFU3sRxo28cNjxQnlqAhp9
TLSHT1C1413B109A856A5323D0947E42FFA254296DC82F5112FA0EC42EC2D4EA073906A5AB1F
hashlookup:parent-total1
hashlookup:trust55

Network graph view

Parents (Total: 1)

The searched file hash is included in 1 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
MD55FE7D819350FBFC39D9A1108730B7DBE
PackageArchnoarch
PackageDescriptionThis is a Catalyst Model for DBIx::Class::Schema-based Models. See the documentation for Catalyst::Helper::Model::DBIC::Schema for information on generating these Models via Helper scripts. When your Catalyst app starts up, a thin Model layer is created as an interface to your DBIC Schema. It should be clearly noted that the model object returned by '$c->model('FilmDB')' is NOT itself a DBIC schema or resultset object, but merely a wrapper proving methods to access the underlying schema. In addition to this model class, a shortcut class is generated for each source in the schema, allowing easy and direct access to a resultset of the corresponding type. These generated classes are even thinner than the model class, providing no public methods but simply hooking into Catalyst's model() accessor via the ACCEPT_CONTEXT mechanism. The complete contents of each generated class is roughly equivalent to the following: package MyApp::Model::FilmDB::Actor sub ACCEPT_CONTEXT { my ($self, $c) = @_; $c->model('FilmDB')->resultset('Actor'); } In short, there are three techniques available for obtaining a DBIC resultset object: my $rs = $c->model('FilmDB')->schema->resultset('Actor'); my $rs = $c->model('FilmDB')->resultset('Actor'); my $rs = $c->model('FilmDB::Actor'); In order to add methods to a DBIC resultset, you cannot simply add them to the source (row, table) definition class; you must define a separate custom resultset class. This is just a matter of making a 'lib/MyApp/Schema/ResultSet/Actor.pm' class that inherits from DBIx::Class::ResultSet, if you are using DBIx::Class::Schema/load_namespaces, the default for helper script generated schemas. See DBIx::Class::Manual::Cookbook/"Predefined searches" for information on definining your own DBIx::Class::ResultSet classes for use with DBIx::Class::Schema/load_classes, the old default.
PackageNameperl-Catalyst-Model-DBIC-Schema
PackageRelease2.44
PackageVersion0.65
SHA-1019BF8581784CE1D1C2D0B49C808725994E95D7B
SHA-2563600324C62E28599108D935877D220AF04E9E12FDE33268059373CB11D76A7C4