Rose::DBx::Object::I18N. Rename due to CPAN convention. Documentation. Preparing...
commit81bce31b17e5ff7807301779fbadfb74161fff81
authorvti <viacheslav.t@gmail.com>
Thu, 18 Sep 2008 14:56:17 +0000 (18 16:56 +0200)
committervti <viacheslav.t@gmail.com>
Thu, 18 Sep 2008 14:56:17 +0000 (18 16:56 +0200)
treecd3aedf1ac355cb6eec5d60ddf1e38f46f473f09
parentb4ea6a6da810e574d6c89627a25ff6130bfb94c5
Rose::DBx::Object::I18N. Rename due to CPAN convention. Documentation. Preparing for CPAN upload.
35 files changed:
Rose-DB-Object-I18N/t/01use.t [deleted file]
Rose-DBx-Object-I18N/Makefile.PL [moved from Rose-DB-Object-I18N/Makefile.PL with 54% similarity]
Rose-DBx-Object-I18N/lib/Rose/DBx/Object/I18N/Manager.pm [moved from Rose-DB-Object-I18N/lib/Rose/DB/Object/I18N/Manager.pm with 94% similarity]
Rose-DBx-Object-I18N/lib/Rose/DBx/Object/I18N/Static.pm [moved from Rose-DB-Object-I18N/lib/Rose/DB/Object/I18N/Static.pm with 94% similarity]
Rose-DBx-Object-I18N/lib/Rose/DBx/Object/I18N/Translation.pm [moved from Rose-DB-Object-I18N/lib/Rose/DB/Object/I18N/Translation.pm with 89% similarity]
Rose-DBx-Object-I18N/t/01use.t [new file with mode: 0644]
Rose-DBx-Object-I18N/t/02pod.t [moved from Rose-DB-Object-I18N/t/02pod.t with 100% similarity]
Rose-DBx-Object-I18N/t/available-translations-after-prefetch.t [moved from Rose-DB-Object-I18N/t/available-translations-after-prefetch.t with 100% similarity]
Rose-DBx-Object-I18N/t/available-translations-before-load-i18n.t [moved from Rose-DB-Object-I18N/t/available-translations-before-load-i18n.t with 100% similarity]
Rose-DBx-Object-I18N/t/available-translations.t [moved from Rose-DB-Object-I18N/t/available-translations.t with 100% similarity]
Rose-DBx-Object-I18N/t/column-value-pairs.t [moved from Rose-DB-Object-I18N/t/column-value-pairs.t with 100% similarity]
Rose-DBx-Object-I18N/t/delete-i18n.t [moved from Rose-DB-Object-I18N/t/delete-i18n.t with 100% similarity]
Rose-DBx-Object-I18N/t/delete.t [moved from Rose-DB-Object-I18N/t/delete.t with 100% similarity]
Rose-DBx-Object-I18N/t/insert-with-fake-columns.t [moved from Rose-DB-Object-I18N/t/insert-with-fake-columns.t with 100% similarity]
Rose-DBx-Object-I18N/t/insert-with-i18n-data.t [moved from Rose-DB-Object-I18N/t/insert-with-i18n-data.t with 100% similarity]
Rose-DBx-Object-I18N/t/insert.t [moved from Rose-DB-Object-I18N/t/insert.t with 100% similarity]
Rose-DBx-Object-I18N/t/is-original-translation.t [moved from Rose-DB-Object-I18N/t/is-original-translation.t with 100% similarity]
Rose-DBx-Object-I18N/t/is-original.t [moved from Rose-DB-Object-I18N/t/is-original.t with 100% similarity]
Rose-DBx-Object-I18N/t/lib/DB.pm [moved from Rose-DB-Object-I18N/t/lib/DB.pm with 100% similarity]
Rose-DBx-Object-I18N/t/lib/DB/Object/I18N/Static.pm [moved from Rose-DB-Object-I18N/t/lib/DB/Object/I18N/Static.pm with 88% similarity]
Rose-DBx-Object-I18N/t/lib/DB/Object/I18N/Translation.pm [moved from Rose-DB-Object-I18N/t/lib/DB/Object/I18N/Translation.pm with 87% similarity]
Rose-DBx-Object-I18N/t/lib/NewDB.pm [moved from Rose-DB-Object-I18N/t/lib/NewDB.pm with 100% similarity]
Rose-DBx-Object-I18N/t/lib/User.pm [moved from Rose-DB-Object-I18N/t/lib/User.pm with 100% similarity]
Rose-DBx-Object-I18N/t/lib/User/Manager.pm [moved from Rose-DB-Object-I18N/t/lib/User/Manager.pm with 100% similarity]
Rose-DBx-Object-I18N/t/lib/UserI18N.pm [moved from Rose-DB-Object-I18N/t/lib/UserI18N.pm with 100% similarity]
Rose-DBx-Object-I18N/t/load-i18n-with-default-language.t [moved from Rose-DB-Object-I18N/t/load-i18n-with-default-language.t with 100% similarity]
Rose-DBx-Object-I18N/t/load-i18n-with-wrong-language.t [moved from Rose-DB-Object-I18N/t/load-i18n-with-wrong-language.t with 100% similarity]
Rose-DBx-Object-I18N/t/load-i18n.t [moved from Rose-DB-Object-I18N/t/load-i18n.t with 100% similarity]
Rose-DBx-Object-I18N/t/load-with-i18n.t [moved from Rose-DB-Object-I18N/t/load-with-i18n.t with 100% similarity]
Rose-DBx-Object-I18N/t/not-translated-i18n.t [moved from Rose-DB-Object-I18N/t/not-translated-i18n.t with 100% similarity]
Rose-DBx-Object-I18N/t/prefetch.t [moved from Rose-DB-Object-I18N/t/prefetch.t with 100% similarity]
Rose-DBx-Object-I18N/t/update-original.t [moved from Rose-DB-Object-I18N/t/update-original.t with 100% similarity]
Rose-DBx-Object-I18N/t/update-translation-on-demand.t [moved from Rose-DB-Object-I18N/t/update-translation-on-demand.t with 100% similarity]
Rose-DBx-Object-I18N/t/update-translation-with-sync.t [moved from Rose-DB-Object-I18N/t/update-translation-with-sync.t with 100% similarity]
Rose-DBx-Object-I18N/t/update-translation.t [moved from Rose-DB-Object-I18N/t/update-translation.t with 100% similarity]