diff --git a/MANIFEST b/MANIFEST new file mode 100644 index 0000000..7596c26 --- /dev/null +++ b/MANIFEST @@ -0,0 +1,33 @@ +backtrace +Build.PL +doc/.vimrc +doc/arch.obj +doc/arch.png +doc/doc.css +doc/install.txt +doc/konzept.html +doc/schema.mysql +doc/schema.pgsql +lib/Simba.pm +lib/Simba/Build.pm +lib/Simba/CA.pm +lib/Simba/CA/DBI.pm +lib/Simba/DA.pm +lib/Simba/Util.pm +MANIFEST This list of files +Notes +scripts/backup +scripts/cleanup +scripts/convert_db_to_v2 +scripts/convert_mysql_to_pgsql +scripts/da +scripts/simba_export +space_by_link_count +space_by_link_count.out +t/00_da.t +t/01_ca.t +t/02_ca.t +t/root/ABAecom_=sub.__Am._Bankers_Assn.=_Root_CA.pem +t/root/test.bin +t/root/test.link +t/root/test.txt diff --git a/MYMETA.json b/MYMETA.json new file mode 100644 index 0000000..045cceb --- /dev/null +++ b/MYMETA.json @@ -0,0 +1,57 @@ +{ + "abstract" : "Simple Integrated Multiplatform Backup and Archive", + "author" : [ + "unknown" + ], + "dynamic_config" : 0, + "generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 2.110440", + "license" : [ + "perl_5" + ], + "meta-spec" : { + "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", + "version" : "2" + }, + "name" : "Simba", + "prereqs" : { + "runtime" : { + "requires" : { + "Config::YAML" : 0, + "Readonly" : 0 + } + } + }, + "provides" : { + "Simba" : { + "file" : "lib/Simba.pm", + "version" : "0.002" + }, + "Simba::Build" : { + "file" : "lib/Simba/Build.pm", + "version" : 0 + }, + "Simba::CA" : { + "file" : "lib/Simba/CA.pm", + "version" : 0 + }, + "Simba::CA::DBI" : { + "file" : "lib/Simba/CA/DBI.pm", + "version" : 0 + }, + "Simba::DA" : { + "file" : "lib/Simba/DA.pm", + "version" : 0 + }, + "Simba::Util" : { + "file" : "lib/Simba/Util.pm", + "version" : 0 + } + }, + "release_status" : "stable", + "resources" : { + "license" : [ + "http://dev.perl.org/licenses/" + ] + }, + "version" : "0.002" +} diff --git a/MYMETA.yml b/MYMETA.yml new file mode 100644 index 0000000..a34fb6c --- /dev/null +++ b/MYMETA.yml @@ -0,0 +1,37 @@ +--- +abstract: 'Simple Integrated Multiplatform Backup and Archive' +author: + - unknown +build_requires: {} +dynamic_config: 0 +generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 2.110440' +license: perl +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 +name: Simba +provides: + Simba: + file: lib/Simba.pm + version: 0.002 + Simba::Build: + file: lib/Simba/Build.pm + version: 0 + Simba::CA: + file: lib/Simba/CA.pm + version: 0 + Simba::CA::DBI: + file: lib/Simba/CA/DBI.pm + version: 0 + Simba::DA: + file: lib/Simba/DA.pm + version: 0 + Simba::Util: + file: lib/Simba/Util.pm + version: 0 +requires: + Config::YAML: 0 + Readonly: 0 +resources: + license: http://dev.perl.org/licenses/ +version: 0.002