Win32-SqlServer-DTS 0.09 Deleted
Kwalitee Issues
- meta_yml_conforms_to_known_spec
-
Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.
Error: Expected a list structure (author) [Validation: 1.4];License 'GNU GPL' is invalid (license) [Validation: 1.4]
- distname_matches_name_in_meta
-
Use a proper tool to make a distribution. You might also need to fix META files if you keep them in the repository.
Error: DTS
- buildtool_not_executable
-
Change the permissions of Build.PL/Makefile.PL to not-executable.
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 0.01,0.02,0.03,0.04,0.09
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
- 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 |
---|---|---|---|
Win32::SqlServer::DTS | Perl classes to access Microsoft SQL Server 2000 DTS Packages | 0.09 | metacpan |
Win32::SqlServer::DTS::Application | a Perl class to emulate Microsoft SQL Server 2000 DTS Application object | 0.03 | metacpan |
Win32::SqlServer::DTS::Assignment | a Perl base class to represent a DTS Dynamic Properties task Assignment object | 0.03 | metacpan |
Win32::SqlServer::DTS::Assignment::Constant | a class to represent a DynamicPropertiesTaskAssignment object | 0.02 | metacpan |
Win32::SqlServer::DTS::Assignment::DataFile | a class to represent a DTS DynamicPropertiesTaskAssignment object | 0.03 | metacpan |
Win32::SqlServer::DTS::Assignment::Destination | abstract class to represent a destination string of a DTS DynamicPropertiesTaskAssignment object. | 0.02 | metacpan |
Win32::SqlServer::DTS::Assignment::Destination::Connection | a subclass of Win32::SqlServer::DTS::Assignment::Destination for connections | 0.01 | metacpan |
Win32::SqlServer::DTS::Assignment::Destination::GlobalVar | a subclass of Win32::SqlServer::DTS::Assignment::Destination for global variables | 0.01 | metacpan |
Win32::SqlServer::DTS::Assignment::Destination::Package | a subclass of Win32::SqlServer::DTS::Assignment::Destination for a package | 0.01 | metacpan |
Win32::SqlServer::DTS::Assignment::Destination::Task | a subclass of Win32::SqlServer::DTS::Assignment::Destination for tasks | 0.01 | metacpan |
Win32::SqlServer::DTS::Assignment::DestinationFactory | abstract class to generate Win32::SqlServer::DTS::Assignment::Destination subclasses depending on the Destination string. | 0.01 | metacpan |
Win32::SqlServer::DTS::Assignment::EnvVar | a class to represent a DynamicPropertiesTaskAssignment object | 0.02 | metacpan |
Win32::SqlServer::DTS::Assignment::GlobalVar | a class to represent a DTS DynamicPropertiesTaskAssignment object | 0.02 | metacpan |
Win32::SqlServer::DTS::Assignment::INI | a class to represent a DTS DynamicPropertiesTaskAssignment object | 0.03 | metacpan |
Win32::SqlServer::DTS::Assignment::Query | a class to represent a DTS DynamicPropertiesTaskAssignment object | 0.03 | metacpan |
Win32::SqlServer::DTS::AssignmentFactory | 0.02 | metacpan | |
Win32::SqlServer::DTS::AssignmentTypes | 0.01 | metacpan | |
Win32::SqlServer::DTS::Connection | a Perl class to represent a Microsoft SQL Server 2000 DTS Connection object | 0.02 | metacpan |
Win32::SqlServer::DTS::Credential | credentials to authenticate against a MS SQL Server 2000 | 0.02 | metacpan |
Win32::SqlServer::DTS::DateTime | DateTime Perl object built from Win32::OLE Variant values | 0.01 | metacpan |
Win32::SqlServer::DTS::Package | a Perl class to access Microsoft SQL Server 2000 DTS Packages | 0.04 | metacpan |
Win32::SqlServer::DTS::Package::Step | a Perl class to access Microsoft SQL Server 2000 DTS Package's steps | 0.02 | metacpan |
Win32::SqlServer::DTS::Package::Step::Result | a Perl class to represent a DTS Package Step execution result. | 0.01 | metacpan |
Win32::SqlServer::DTS::Task | a Perl base class to access Microsoft SQL Server 2000 DTS tasks | 0.02 | metacpan |
Win32::SqlServer::DTS::Task::DataPump | a Perl subclass of Win32::SqlServer::DTS::Task to represent a DTSDataPumpTask object | 0.04 | metacpan |
Win32::SqlServer::DTS::Task::DynamicProperty | a subclass of Win32::SqlServer::DTS::Task to represent a DTSDynamicPropertiesTask object | 0.02 | metacpan |
Win32::SqlServer::DTS::Task::ExecutePackage | a subclass of Win32::SqlServer::DTS::Task to represent a DTSExecutePackageTask object | 0.03 | metacpan |
Win32::SqlServer::DTS::Task::SendEmail | a subclass of Win32::SqlServer::DTS::Task that represents a DTSSendMailTask object. | 0.03 | metacpan |
Win32::SqlServer::DTS::TaskFactory | a Perl abstract class to create DTS Package Tasks in a polymorphic way | 0.02 | metacpan |
Win32::SqlServer::DTS::TaskTypes | a Perl abstract class to convert DTSTask types to Win32::SqlServer::DTS::Task types. | 0.03 | metacpan |