App-SD

 view release on metacpan or  search on metacpan

inc/Module/Install.pm  view on Meta::CPAN

# }

use 5.005;
use strict 'vars';
use Cwd        ();
use File::Find ();
use File::Path ();

use vars qw{$VERSION $MAIN};
BEGIN {
	# All Module::Install core packages now require synchronised versions.
	# This will be used to ensure we don't accidentally load old or
	# different versions of modules.
	# This is not enforced yet, but will be some time in the next few
	# releases once we can make sure it won't clash with custom
	# Module::Install extensions.
	$VERSION = '1.00';

	# Storage for the pseudo-singleton
	$MAIN    = undef;

lib/App/SD/CLI/Command/Help/About.pm  view on Meta::CPAN

use Any::Moose;
extends 'App::SD::CLI::Command::Help';

sub run {
    my $self = shift;
    my ${cmd}= $self->cli->get_script_name;
    $self->print_header('About SD');

print <<EOF
sd is a peer-to-peer replicated ticket tracking system built on the
Prophet database and synchronization framework. sd is designed for
inter-organization replication and sharing, as well as offline
operation. For more information, join us at http://syncwith.us/.

sd was originally conceived and designed by Jesse Vincent and Chia-liang
Kao at Best Practical Solutions. Many others have contributed to sd.
For a full author list, type:

    ${cmd}help authors

sd is open-source software, distributed under the terms of the MIT



( run in 0.258 second using v1.01-cache-2.11-cpan-0d8aa00de5b )