# # Copyright (c) 2006 IBM Corporation. # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html # # File: $Source: /var/lib/cvs/ODO/lib/ODO/Aspect.pm,v $ # Created by: Stephen Evanchik( evanchik@us.ibm.com ) # Created on: 06/01/2006 # Revision: $Id: Aspect.pm,v 1.2 2009-11-25 17:46:52 ubuntu Exp $ # # Contributors: # IBM Corporation - initial API and implementation # package ODO::Aspect; use strict; use warnings; use Aspect; use vars qw /$VERSION/; $VERSION = sprintf "%d.%02d", q$Revision: 1.2 $ =~ /: (\d+)\.(\d+)/; =head1 NAME ODO::Aspect =head1 SYNOPSIS =head1 DESCRIPTION =head1 COPYRIGHT Copyright (c) 2004-2006 IBM Corporation. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html =cut 1; __END__