[Bast-commits] r10000 - in trunk/Locale-Object: . lib/Locale lib/Locale/Object lib/Locale/Object/Currency

castaway at dev.catalyst.perl.org castaway at dev.catalyst.perl.org
Thu Nov 22 18:46:29 GMT 2012


Author: castaway
Date: 2012-11-22 18:46:29 +0000 (Thu, 22 Nov 2012)
New Revision: 10000

Modified:
   trunk/Locale-Object/CHANGES
   trunk/Locale-Object/MANIFEST
   trunk/Locale-Object/META.yml
   trunk/Locale-Object/README
   trunk/Locale-Object/lib/Locale/Object.pm
   trunk/Locale-Object/lib/Locale/Object/Continent.pm
   trunk/Locale-Object/lib/Locale/Object/Country.pm
   trunk/Locale-Object/lib/Locale/Object/Currency.pm
   trunk/Locale-Object/lib/Locale/Object/Currency/Converter.pm
   trunk/Locale-Object/lib/Locale/Object/DB.pm
   trunk/Locale-Object/lib/Locale/Object/Language.pm
Log:
POD update, by request of Earle Martin, changed license/copyright/author etc


Modified: trunk/Locale-Object/CHANGES
===================================================================
--- trunk/Locale-Object/CHANGES	2012-11-12 15:27:42 UTC (rev 9999)
+++ trunk/Locale-Object/CHANGES	2012-11-22 18:46:29 UTC (rev 10000)
@@ -1,3 +1,6 @@
+2012-11-22: 0.79
+  - POD updates (COPYRIGHT AND LICENSE)
+
 2007-10-22: 0.78
   - Added "Republic of Serbia" and "Republic of Montenegro", new countries since
     last year.

Modified: trunk/Locale-Object/MANIFEST
===================================================================
--- trunk/Locale-Object/MANIFEST	2012-11-12 15:27:42 UTC (rev 9999)
+++ trunk/Locale-Object/MANIFEST	2012-11-22 18:46:29 UTC (rev 10000)
@@ -22,4 +22,5 @@
 t/4_language.t
 t/5_object.t
 t/6_convert.t
-t/meta_pod.t
\ No newline at end of file
+t/meta_pod.t
+META.json

Modified: trunk/Locale-Object/META.yml
===================================================================
--- trunk/Locale-Object/META.yml	2012-11-12 15:27:42 UTC (rev 9999)
+++ trunk/Locale-Object/META.yml	2012-11-22 18:46:29 UTC (rev 10000)
@@ -1,29 +1,26 @@
 ---
-name: Locale-Object
-version: 0.78
+abstract: 'An object-oriented representation of locale information.'
 author:
-  - 'Earle Martin <hex at cpan.org>'
-abstract: An object-oriented representation of locale information.
-license: perl
-resources:
-  license: http://dev.perl.org/licenses/
-requires:
-  DBD::SQLite: 0
-  DBI: 0
-  DateTime: 0.3
-  DateTime::TimeZone: 0.4
-  Scalar::Util: 1.1
-  perl: 5.6.0
+  - unknown
 build_requires:
   DBD::SQLite: 0
   DBI: 0
   Module::Build: 0.21
   Test::More: 0
   Test::Pod: 0
+configure_requires:
+  Module::Build: 0.40
+dynamic_config: 1
+generated_by: 'Module::Build version 0.4003, CPAN::Meta::Converter version 2.120921'
+license: perl
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: Locale-Object
 provides:
   Locale::Object:
     file: lib/Locale/Object.pm
-    version: 0.78
+    version: 0.79
   Locale::Object::Continent:
     file: lib/Locale/Object/Continent.pm
     version: 0.78
@@ -42,7 +39,13 @@
   Locale::Object::Language:
     file: lib/Locale/Object/Language.pm
     version: 0.78
-generated_by: Module::Build version 0.28
-meta-spec:
-  url: http://module-build.sourceforge.net/META-spec-v1.2.html
-  version: 1.2
+requires:
+  DBD::SQLite: 0
+  DBI: 0
+  DateTime: 0.3
+  DateTime::TimeZone: 0.4
+  Scalar::Util: 1.1
+  perl: v5.6.0
+resources:
+  license: http://dev.perl.org/licenses/
+version: 0.78

Modified: trunk/Locale-Object/README
===================================================================
--- trunk/Locale-Object/README	2012-11-12 15:27:42 UTC (rev 9999)
+++ trunk/Locale-Object/README	2012-11-22 18:46:29 UTC (rev 10000)
@@ -24,28 +24,17 @@
 
 AUTHOR
 
-Earle Martin <hex at cpan.org>
+Originally by Earle Martin.
 
-* http://downlode.org/Code/Perl/
+COPYRIGHT AND LICENSE
 
-CREDITS
+Originally by Earle Martin. To the extent possible under law, the
+author has dedicated all copyright and related and neighboring rights
+to this software to the public domain worldwide. This software is
+distributed without any warranty. You should have received a copy of
+the CC0 Public Domain Dedication along with this software. If not, see
+<http://creativecommons.org/publicdomain/zero/1.0/>.
 
-Original concept: Pierre Denis (PDENIS). I had much useful assistance from 
-Pierre, Tom Insam (TOMI) - who contributed to my knowledge of DBI - and 
-James Duncan (JDUNCAN). Most of the OO concepts involved I learnt from 
-Damian Conway (DCONWAY)'s excellent book "Object Oriented Perl" (ISBN 
-1-884777-79-1).
-
-COPYRIGHT
-
-Copyright 2003-2007 Earle Martin. All rights reserved.
-
-This module is released under the same license as Perl itself, and is
-provided on an "as is" basis. No warranties of any kind are made, either
-expressed or implied, as to the accuracy and/or utility of any results
-obtained from its use. However, if you do find something wrong with the
-results, please let the author know. Thanks.
-
 SEE ALSO
 
 Locale::Codes, for simple conversions between names and ISO codes.
\ No newline at end of file

Modified: trunk/Locale-Object/lib/Locale/Object/Continent.pm
===================================================================
--- trunk/Locale-Object/lib/Locale/Object/Continent.pm	2012-11-12 15:27:42 UTC (rev 9999)
+++ trunk/Locale-Object/lib/Locale/Object/Continent.pm	2012-11-22 18:46:29 UTC (rev 10000)
@@ -203,22 +203,10 @@
 
 =head1 AUTHOR
 
-Earle Martin <hex at cpan.org>
+Originally by Earle Martin
 
-=over 4 
+=head1 COPYRIGHT AND LICENSE
 
-=item L<http://downlode.org/Code/Perl/>
+Originally by Earle Martin. To the extent possible under law, the author has dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
 
-=back
-
-=head1 CREDITS
-
-See the credits for L<Locale::Object>.
-
-=head1 LEGAL
-
-Copyright 2003-2007 Earle Martin. All rights reserved.
-
-This module is released under the same license as Perl itself, and is provided on an "as is" basis. No warranty of any kind is made, either expressed or implied, as to the accuracy and/or utility of any results obtained from its use. However, if you do find something wrong with the results, please let the author know. Thanks.
-
 =cut

Modified: trunk/Locale-Object/lib/Locale/Object/Country.pm
===================================================================
--- trunk/Locale-Object/lib/Locale/Object/Country.pm	2012-11-12 15:27:42 UTC (rev 9999)
+++ trunk/Locale-Object/lib/Locale/Object/Country.pm	2012-11-22 18:46:29 UTC (rev 10000)
@@ -476,22 +476,10 @@
 
 =head1 AUTHOR
 
-Earle Martin <hex at cpan.org>
+Originally by Earle Martin
 
-=over 4 
+=head1 COPYRIGHT AND LICENSE
 
-=item L<http://downlode.org/Code/Perl/>
+Originally by Earle Martin. To the extent possible under law, the author has dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
 
-=back
-
-=head1 CREDITS
-
-See the credits for L<Locale::Object>.
-
-=head1 LEGAL
-
-Copyright 2003-2007 Earle Martin. All rights reserved.
-
-This module is released under the same license as Perl itself, and is provided on an "as is" basis. No warranty of any kind is made, either expressed or implied, as to the accuracy and/or utility of any results obtained from its use. However, if you do find something wrong with the results, please let the author know. Thanks.
-
 =cut

Modified: trunk/Locale-Object/lib/Locale/Object/Currency/Converter.pm
===================================================================
--- trunk/Locale-Object/lib/Locale/Object/Currency/Converter.pm	2012-11-12 15:27:42 UTC (rev 9999)
+++ trunk/Locale-Object/lib/Locale/Object/Currency/Converter.pm	2012-11-22 18:46:29 UTC (rev 10000)
@@ -391,23 +391,11 @@
 
 =head1 AUTHOR
 
-Earle Martin <hex at cpan.org>
+Originally by Earle Martin
 
-=over 4 
+=head1 COPYRIGHT AND LICENSE
 
-=item L<http://downlode.org/Code/Perl/>
+Originally by Earle Martin. To the extent possible under law, the author has dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
 
-=back
-
-=head1 CREDITS
-
-See the credits for L<Locale::Object>.
-
-=head1 LEGAL
-
-Copyright 2003-2007 Earle Martin. All rights reserved.
-
-This module is released under the same license as Perl itself, and is provided on an "as is" basis. No warranty of any kind is made, either expressed or implied, as to the accuracy and/or utility of any results obtained from its use. However, if you do find something wrong with the results, please let the author know. Thanks.
-
 =cut
 

Modified: trunk/Locale-Object/lib/Locale/Object/Currency.pm
===================================================================
--- trunk/Locale-Object/lib/Locale/Object/Currency.pm	2012-11-12 15:27:42 UTC (rev 9999)
+++ trunk/Locale-Object/lib/Locale/Object/Currency.pm	2012-11-22 18:46:29 UTC (rev 10000)
@@ -332,23 +332,11 @@
 
 =head1 AUTHOR
 
-Earle Martin <hex at cpan.org>
+Originally by Earle Martin
 
-=over 4 
+=head1 COPYRIGHT AND LICENSE
 
-=item L<http://downlode.org/Code/Perl/>
+Originally by Earle Martin. To the extent possible under law, the author has dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
 
-=back
-
-=head1 CREDITS
-
-See the credits for L<Locale::Object>.
-
-=head1 LEGAL
-
-Copyright 2003-2007 Earle Martin. All rights reserved.
-
-This module is released under the same license as Perl itself, and is provided on an "as is" basis. No warranty of any kind is made, either expressed or implied, as to the accuracy and/or utility of any results obtained from its use. However, if you do find something wrong with the results, please let the author know. Thanks.
-
 =cut
 

Modified: trunk/Locale-Object/lib/Locale/Object/DB.pm
===================================================================
--- trunk/Locale-Object/lib/Locale/Object/DB.pm	2012-11-12 15:27:42 UTC (rev 9999)
+++ trunk/Locale-Object/lib/Locale/Object/DB.pm	2012-11-22 18:46:29 UTC (rev 10000)
@@ -210,23 +210,11 @@
 
 =head1 AUTHOR
 
-Earle Martin <hex at cpan.org>
+Originally by Earle Martin
 
-=over 4 
+=head1 COPYRIGHT AND LICENSE
 
-=item L<http://downlode.org/Code/Perl/>
+Originally by Earle Martin. To the extent possible under law, the author has dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
 
-=back
-
-=head1 CREDITS
-
-See the credits for L<Locale::Object>.
-
-=head1 LEGAL
-
-Copyright 2003-2007 Earle Martin. All rights reserved.reserved. L<http://purl.org/net/earlemartin/>
-
-This module is released under the same license as Perl itself, and is provided on an "as is" basis. No warranty is made of any kind, either expressed or implied, as to the accuracy and/or utility of any results obtained from its use. However, if you do find something wrong with the results, please let the author know. Thanks.
-
 =cut
 

Modified: trunk/Locale-Object/lib/Locale/Object/Language.pm
===================================================================
--- trunk/Locale-Object/lib/Locale/Object/Language.pm	2012-11-12 15:27:42 UTC (rev 9999)
+++ trunk/Locale-Object/lib/Locale/Object/Language.pm	2012-11-22 18:46:29 UTC (rev 10000)
@@ -334,23 +334,11 @@
 
 =head1 AUTHOR
 
-Earle Martin <hex at cpan.org>
+Originally by Earle Martin
 
-=over 4 
+=head1 COPYRIGHT AND LICENSE
 
-=item L<http://downlode.org/Code/Perl/>
+Originally by Earle Martin. To the extent possible under law, the author has dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
 
-=back
-
-=head1 CREDITS
-
-See the credits for L<Locale::Object>.
-
-=head1 LEGAL
-
-Copyright 2003-2007 Earle Martin. All rights reserved.reserved. L<http://purl.org/net/earlemartin/>
-
-This module is released under the same license as Perl itself, and is provided on an "as is" basis. No warranty is made of any kind, either expressed or implied, as to the accuracy and/or utility of any results obtained from its use. However, if you do find something wrong with the results, please let the author know. Thanks.
-
 =cut
 

Modified: trunk/Locale-Object/lib/Locale/Object.pm
===================================================================
--- trunk/Locale-Object/lib/Locale/Object.pm	2012-11-12 15:27:42 UTC (rev 9999)
+++ trunk/Locale-Object/lib/Locale/Object.pm	2012-11-22 18:46:29 UTC (rev 10000)
@@ -9,7 +9,7 @@
 use Locale::Object::Currency;
 use Locale::Object::Language;
 
-our $VERSION = '0.78';
+our $VERSION = '0.79';
 
 sub new
 {
@@ -542,36 +542,12 @@
 
 =head1 AUTHOR
 
-Earle Martin <hex at cpan.org>
+Originally by Earle Martin
 
-=over 4 
+=head1 COPYRIGHT AND LICENSE
 
-=item L<http://downlode.org/Code/Perl/>
+Originally by Earle Martin. To the extent possible under law, the author has dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
 
-=back
-
-=head1 CREDITS
-
-=over 4
-
-=item * Original concept: Pierre Denis (PDENIS)
-
-=item * Assistance: Tom Insam (TOMI), James Duncan (JDUNCAN)
-
-=item * Teaching: Damian Conway (DCONWAY)'s excellent book "Object Oriented Perl" (ISBN 1884777791)
-
-=item * Bugfixes, patches: Ask Bjoern Hansen (ABH), Tom Insam again
-
-=item * Tips, testing: Jost Krieger, Barbie (BARBIE), Nathan McFarland (NMCFARL)
-
-=back
-
-=head1 COPYRIGHT
-
-Copyright 2003-2007 Earle Martin. All rights reserved.
-
-This module is released under the same license as Perl itself, and is provided on an "as is" basis. No warranties of any kind are made, either expressed or implied, as to the accuracy and/or utility of any results obtained from its use. However, if you do find something wrong with the results, please let the author know. Thanks.
-
 =head1 SEE ALSO
 
 L<Locale::Codes>, for simple conversions between names and ISO codes.




More information about the Bast-commits mailing list