[bigtop] r1560 committed - - Fixed inadvertent author / copyright change in AddressBook test.

5 views
Skip to first unread message

codesite...@google.com

unread,
Apr 8, 2011, 3:31:24 PM4/8/11
to gan...@googlegroups.com
Revision: 1560
Author: net.a...@gmail.com
Date: Fri Apr 8 12:30:27 2011
Log: - Fixed inadvertent author / copyright change in AddressBook test.
http://code.google.com/p/bigtop/source/detail?r=1560

Modified:
/trunk/Changes
/trunk/lib/Bigtop.pm
/trunk/t/bigtop/playship/README
/trunk/t/bigtop/playship/docs/AddressBook.gantry.conf
/trunk/t/bigtop/playship/lib/AddressBook/Child.pm
/trunk/t/bigtop/playship/lib/AddressBook/Family.pm
/trunk/t/bigtop/playship/lib/AddressBook/GENModel.pm
/trunk/t/bigtop/playship/lib/AddressBook/Model.pm
/trunk/t/bigtop/playship/lib/AddressBook.pm
/trunk/t/bigtop/playship/lib/GENAddressBook.pm

=======================================
--- /trunk/Changes Fri Apr 8 11:57:26 2011
+++ /trunk/Changes Fri Apr 8 12:30:27 2011
@@ -1,5 +1,8 @@
Revision history for Perl extension Bigtop.

+0.42
+ - Fixed inadvertent author / copyright change in AddressBook test.
+
0.41
- Added new manifest test to app gen.
- Fixed a bug where newly generated app manifest didn't include
=======================================
--- /trunk/lib/Bigtop.pm Fri Apr 8 11:57:26 2011
+++ /trunk/lib/Bigtop.pm Fri Apr 8 12:30:27 2011
@@ -5,7 +5,7 @@
use Carp;
use File::Spec;

-our $VERSION = '0.41';
+our $VERSION = '0.42';

sub write_file {
my $file_name = shift;
=======================================
--- /trunk/t/bigtop/playship/README Fri Apr 8 11:57:26 2011
+++ /trunk/t/bigtop/playship/README Fri Apr 8 12:30:27 2011
@@ -22,7 +22,7 @@

Put the correct copyright and license info here.

-Copyright (c) 2011 by root
+Copyright (c) 2011 by Phil Crow


This library is free software; you can redistribute it and/or modify
=======================================
--- /trunk/t/bigtop/playship/docs/AddressBook.gantry.conf Fri Apr 8
11:57:26 2011
+++ /trunk/t/bigtop/playship/docs/AddressBook.gantry.conf Fri Apr 8
12:30:27 2011
@@ -9,7 +9,7 @@
<instance addressbook_CGI>
dbconn dbi:SQLite:dbname=/root/AddressBook/app.db
app_rootp /cgi-bin/addressbook.cgi
- root /root/AddressBook/html:/root/AddressBook/html/templates
+ root
/usr/local/src/bigtop/t/bigtop/playship/html:/usr/local/src/bigtop/t/bigtop/playship/html/templates
doc_rootp /static
template_wrapper genwrapper.tt
show_dev_navigation 1
=======================================
--- /trunk/t/bigtop/playship/lib/AddressBook/Child.pm Fri Apr 8 11:57:26
2011
+++ /trunk/t/bigtop/playship/lib/AddressBook/Child.pm Fri Apr 8 12:30:27
2011
@@ -127,11 +127,11 @@

=head1 AUTHOR

-root, E<lt>root@localdomainE<gt>
+Phil Crow, E<lt>phil@localdomainE<gt>

=head1 COPYRIGHT AND LICENSE

-Copyright (C) 2011 root
+Copyright (C) 2011 Phil Crow

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.6 or,
=======================================
--- /trunk/t/bigtop/playship/lib/AddressBook/Family.pm Fri Apr 8 11:57:26
2011
+++ /trunk/t/bigtop/playship/lib/AddressBook/Family.pm Fri Apr 8 12:30:27
2011
@@ -127,11 +127,11 @@

=head1 AUTHOR

-root, E<lt>root@localdomainE<gt>
+Phil Crow, E<lt>phil@localdomainE<gt>

=head1 COPYRIGHT AND LICENSE

-Copyright (C) 2011 root
+Copyright (C) 2011 Phil Crow

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.6 or,
=======================================
--- /trunk/t/bigtop/playship/lib/AddressBook/GENModel.pm Fri Apr 8
11:57:26 2011
+++ /trunk/t/bigtop/playship/lib/AddressBook/GENModel.pm Fri Apr 8
12:30:27 2011
@@ -29,11 +29,11 @@

=head1 AUTHOR

-root, E<lt>root@localdomainE<gt>
+Phil Crow, E<lt>phil@localdomainE<gt>

=head1 COPYRIGHT AND LICENSE

-Copyright (C) 2011 root
+Copyright (C) 2011 Phil Crow

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.6 or,
=======================================
--- /trunk/t/bigtop/playship/lib/AddressBook/Model.pm Fri Apr 8 11:57:26
2011
+++ /trunk/t/bigtop/playship/lib/AddressBook/Model.pm Fri Apr 8 12:30:27
2011
@@ -46,11 +46,11 @@

=head1 AUTHOR

-root, E<lt>root@localdomainE<gt>
+Phil Crow, E<lt>phil@localdomainE<gt>

=head1 COPYRIGHT AND LICENSE

-Copyright (C) 2011 root
+Copyright (C) 2011 Phil Crow

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.6 or,
=======================================
--- /trunk/t/bigtop/playship/lib/AddressBook.pm Fri Apr 8 11:57:26 2011
+++ /trunk/t/bigtop/playship/lib/AddressBook.pm Fri Apr 8 12:30:27 2011
@@ -100,11 +100,11 @@

=head1 AUTHOR

-root, E<lt>root@localdomainE<gt>
+Phil Crow, E<lt>phil@localdomainE<gt>

=head1 COPYRIGHT AND LICENSE

-Copyright (C) 2011 root
+Copyright (C) 2011 Phil Crow

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.6 or,
=======================================
--- /trunk/t/bigtop/playship/lib/GENAddressBook.pm Fri Apr 8 11:57:26 2011
+++ /trunk/t/bigtop/playship/lib/GENAddressBook.pm Fri Apr 8 12:30:27 2011
@@ -100,11 +100,11 @@

=head1 AUTHOR

-root, E<lt>root@localdomainE<gt>
+Phil Crow, E<lt>phil@localdomainE<gt>

=head1 COPYRIGHT AND LICENSE

-Copyright (C) 2011 root
+Copyright (C) 2011 Phil Crow

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.6 or,

Reply all
Reply to author
Forward
0 new messages