r1606@llin: dpavlin | 2007-11-11 21:19:34 +0100
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 11 Nov 2007 20:19:30 +0000 (20:19 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 11 Nov 2007 20:19:30 +0000 (20:19 +0000)
 removed two stub modules never really implemented

git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@1034 07558da8-63fa-0310-ba24-9fe276d99e06

lib/WebPAC/Output/CDBI.pm [deleted file]
lib/WebPAC/Output/OAI.pm [deleted file]

diff --git a/lib/WebPAC/Output/CDBI.pm b/lib/WebPAC/Output/CDBI.pm
deleted file mode 100644 (file)
index 52268b2..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-package WebPAC::Output::CDBI;
-
-use warnings;
-use strict;
-
-=head1 NAME
-
-WebPAC::Output::CDBI - The great new WebPAC::Output::CDBI!
-
-=head1 VERSION
-
-Version 0.01
-
-=cut
-
-our $VERSION = '0.01';
-
-=head1 SYNOPSIS
-
-Quick summary of what the module does.
-
-Perhaps a little code snippet.
-
-    use WebPAC::Output::CDBI;
-
-    my $foo = WebPAC::Output::CDBI->new();
-    ...
-
-=head1 EXPORT
-
-A list of functions that can be exported.  You can delete this section
-if you don't export anything, such as for a purely object-oriented module.
-
-=head1 FUNCTIONS
-
-=head2 function1
-
-=cut
-
-sub function1 {
-}
-
-=head2 function2
-
-=cut
-
-sub function2 {
-}
-
-=head1 AUTHOR
-
-Dobrica Pavlinusic, C<< <dpavlin@rot13.org> >>
-
-=head1 BUGS
-
-Please report any bugs or feature requests to
-C<bug-webpac-output-classdbi@rt.cpan.org>, or through the web interface at
-L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WebPAC>.
-I will be notified, and then you'll automatically be notified of progress on
-your bug as I make changes.
-
-=head1 ACKNOWLEDGEMENTS
-
-=head1 COPYRIGHT & LICENSE
-
-Copyright 2005 Dobrica Pavlinusic, All Rights Reserved.
-
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
-
-=cut
-
-1; # End of WebPAC::Output::CDBI
diff --git a/lib/WebPAC/Output/OAI.pm b/lib/WebPAC/Output/OAI.pm
deleted file mode 100644 (file)
index d9c1261..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-package WebPAC::Output::OAI;
-
-use warnings;
-use strict;
-
-=head1 NAME
-
-WebPAC::Output::OAI - The great new WebPAC::Output::OAI!
-
-=head1 VERSION
-
-Version 0.01
-
-=cut
-
-our $VERSION = '0.01';
-
-=head1 SYNOPSIS
-
-Quick summary of what the module does.
-
-Perhaps a little code snippet.
-
-    use WebPAC::Output::OAI;
-
-    my $foo = WebPAC::Output::OAI->new();
-    ...
-
-=head1 EXPORT
-
-A list of functions that can be exported.  You can delete this section
-if you don't export anything, such as for a purely object-oriented module.
-
-=head1 FUNCTIONS
-
-=head2 function1
-
-=cut
-
-sub function1 {
-}
-
-=head2 function2
-
-=cut
-
-sub function2 {
-}
-
-=head1 AUTHOR
-
-Dobrica Pavlinusic, C<< <dpavlin@rot13.org> >>
-
-=head1 BUGS
-
-Please report any bugs or feature requests to
-C<bug-webpac-output-oai@rt.cpan.org>, or through the web interface at
-L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WebPAC>.
-I will be notified, and then you'll automatically be notified of progress on
-your bug as I make changes.
-
-=head1 ACKNOWLEDGEMENTS
-
-=head1 COPYRIGHT & LICENSE
-
-Copyright 2005 Dobrica Pavlinusic, All Rights Reserved.
-
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
-
-=cut
-
-1; # End of WebPAC::Output::OAI