Win32-ASP-DB 0.02 Latest
Kwalitee Issues
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- has_human_readable_license
-
Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.
- has_license_in_source_file
-
Add =head1 LICENSE and the text of the license to the main module in your code.
- manifest_matches_dist
-
Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.
Error:
- MANIFEST (47) does not match dist (48):
- Missing in MANIFEST: README.pod
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- Class::SelfMethods
- Error
- Error::Unhandled
- Win32::OLE::Variant
- main_module_version_matches_dist_version
-
Make sure that the main module name and version are the same of the distribution.
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: Win32-ASP-DB-0.02/Win32/ASP/DBRecord.pm -- Around line 309: =back without =over Win32-ASP-DB-0.02/Win32/ASP/DBRecordGroup.pm -- Around line 176: =back without =over
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- has_tests_in_t_dir
-
Add tests or move tests.pl to the t/ directory!
- proper_libs
-
Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.
Error: DocSample/Lib/DocSample/DB.pm, DocSample/Lib/DocSample/DocEntry.pm, DocSample/Lib/DocSample/DocEntryGroup.pm, DocSample/Lib/DocSample/Document.pm, DocSample/Lib/DocSample/DocumentGroup.pm, Win32/ASP/Action.pm, Win32/ASP/DB.pm, Win32/ASP/DBRecord.pm, Win32/ASP/DBRecordGroup.pm, Win32/ASP/Error.pm, Win32/ASP/Field.pm, Win32/ASP/Field/bit.pm, Win32/ASP/Field/boolean.pm, Win32/ASP/Field/datetime.pm, Win32/ASP/Field/dispmeta.pm, Win32/ASP/Field/int.pm, Win32/ASP/Field/text.pm, Win32/ASP/Field/timestamp.pm, Win32/ASP/Field/varchar.pm, Win32/ASP/Profile.pm
- meta_yml_has_license
-
Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.
- has_known_license_in_source_file
-
Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.
- use_warnings
-
Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.
Error: DocSample::DB, DocSample::DocEntry, DocSample::DocEntryGroup, DocSample::Document, DocSample::DocumentGroup, Win32::ASP::Action, Win32::ASP::DB, Win32::ASP::DBRecord, Win32::ASP::DBRecordGroup, Win32::ASP::Error, Win32::ASP::Field, Win32::ASP::Field::bit, Win32::ASP::Field::boolean, Win32::ASP::Field::datetime, Win32::ASP::Field::dispmeta, Win32::ASP::Field::int, Win32::ASP::Field::text, Win32::ASP::Field::timestamp, Win32::ASP::Field::varchar, Win32::ASP::Profile
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
Modules
Name | Abstract | Version | View |
---|---|---|---|
DocSample::DB | metacpan | ||
DocSample::DocEntry | metacpan | ||
DocSample::DocEntryGroup | metacpan | ||
DocSample::Document | metacpan | ||
DocSample::DocumentGroup | metacpan | ||
Win32::ASP::Action | metacpan | ||
Win32::ASP::DB | metacpan | ||
Win32::ASP::DBRecord | an abstract parent class for representing database records | metacpan | |
Win32::ASP::DBRecordGroup | an abstract parent class for representing groups of database records | metacpan | |
Win32::ASP::Error | an abstract parent class for implementing exceptions in Win32::ASP::DB | metacpan | |
Win32::ASP::Field | an abstract parent class for representing database fields, used by Win32::ASP::DBRecord | metacpan | |
Win32::ASP::Field::bit | metacpan | ||
Win32::ASP::Field::boolean | metacpan | ||
Win32::ASP::Field::datetime | metacpan | ||
Win32::ASP::Field::dispmeta | metacpan | ||
Win32::ASP::Field::int | metacpan | ||
Win32::ASP::Field::text | metacpan | ||
Win32::ASP::Field::timestamp | metacpan | ||
Win32::ASP::Field::varchar | metacpan | ||
Win32::ASP::Profile | provides quick and dirty profiling for web performance testing | metacpan |
Provides
Name | File | View |
---|---|---|
Win32::ASP::Action::Delete | Win32/ASP/Action.pm | metacpan |
Win32::ASP::Action::Edit | Win32/ASP/Action.pm | metacpan |
Win32::ASP::Action::Insert | Win32/ASP/Action.pm | metacpan |
Win32::ASP::Error::DB | Win32/ASP/DB.pm | metacpan |
Win32::ASP::Error::DB::connect | Win32/ASP/DB.pm | metacpan |
Win32::ASP::Error::DB::init | Win32/ASP/DB.pm | metacpan |
Win32::ASP::Error::DBRecord | Win32/ASP/DBRecord.pm | metacpan |
Win32::ASP::Error::DBRecord::no_permission | Win32/ASP/DBRecord.pm | metacpan |
Win32::ASP::Error::DBRecord::timestamp | Win32/ASP/DBRecord.pm | metacpan |
Win32::ASP::Error::DBRecordGroup | Win32/ASP/DBRecordGroup.pm | metacpan |
Win32::ASP::Error::DBRecordGroup::bad_constraint | Win32/ASP/DBRecordGroup.pm | metacpan |
Win32::ASP::Error::DBRecordGroup::bad_order | Win32/ASP/DBRecordGroup.pm | metacpan |
Win32::ASP::Error::Field | Win32/ASP/Field.pm | metacpan |
Win32::ASP::Error::Field::bad_value | Win32/ASP/Field.pm | metacpan |
Win32::ASP::Error::Field::group_wrapper | Win32/ASP/Field.pm | metacpan |
Win32::ASP::Error::Field::non_existent | Win32/ASP/Field.pm | metacpan |
Win32::ASP::Error::Field::required | Win32/ASP/Field.pm | metacpan |
Win32::ASP::Error::SQL | Win32/ASP/DB.pm | metacpan |
Win32::ASP::Error::SQL::exec | Win32/ASP/DB.pm | metacpan |
Win32::ASP::Error::SQL::insert | Win32/ASP/DB.pm | metacpan |
Win32::ASP::Error::SQL::no_records | Win32/ASP/DB.pm | metacpan |
Win32::ASP::Error::SQL::update | Win32/ASP/DB.pm | metacpan |