Merge pull request #1 from jscook/master

Update Spec.pm
This commit is contained in:
Dave Cross 2013-08-20 22:46:21 -07:00
commit f5f2dc448f

View file

@ -136,7 +136,7 @@ support for the rest of the file very soon.
=head2 $spec = Parse::RPM::Spec->new('some_package.spec') =head2 $spec = Parse::RPM::Spec->new('some_package.spec')
Creates a new Parse::EPM::Spec object. Takes one mandatory parameter which Creates a new Parse::RPM::Spec object. Takes one mandatory parameter which
is the path to the spec file that you are interested in. Throws an exception is the path to the spec file that you are interested in. Throws an exception
if it doesn't find a valid spec. if it doesn't find a valid spec.