<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>profile/profile.pl</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -9,3 +9,5 @@ cover_db
 t/test_output
 *.tmproj
 bbedit.bbproject
+02*
+nyt*</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -24,3 +24,4 @@ test_output
 CPAN-.*
 TODO
 .tmproj
+profile</diff>
      <filename>MANIFEST.SKIP</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,7 @@ use vars qw($VERSION);
 use Carp;
 
 BEGIN { 
-	$VERSION = '0.18' 
+	$VERSION = '0.19' 
 	}; # needed right away to set defaults at compile-time
 
 =head1 NAME
@@ -61,7 +61,6 @@ CPAN::PackageDetails - Create or read 02packages.details.txt.gz
 		);
 		
 	print &quot;About to write &quot;, $package_details-&gt;count, &quot; entries\n&quot;;
-	my $big_string = $package_details-&gt;as_string;
 	
 	$package_details-&gt;write_file( $file );
 	</diff>
      <filename>lib/PackageDetails.pm</filename>
    </modified>
    <modified>
      <diff>@@ -16,7 +16,8 @@ my $basename = 'three_entries.gz';
 
 my $package_details = $class-&gt;new;
 isa_ok( $package_details, $class );
-TODO: { local $TODO = &quot;Not implemented&quot;; can_ok( $package_details, $method ); };
+can_ok( $package_details, $method );
+
 can_ok( $package_details-&gt;entries, $method );
 
 my @entries_to_add = (</diff>
      <filename>t/unique_sorted.t</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9edc3858ad7fc297ed729d6a4b4cb92a8a45e56b</id>
    </parent>
  </parents>
  <author>
    <name>brian d foy</name>
    <email>brian.d.foy@gmail.com</email>
  </author>
  <url>http://github.com/briandfoy/cpan-packagedetails/commit/64ee82b3faf1cf82b02143db68fb71a42a12b861</url>
  <id>64ee82b3faf1cf82b02143db68fb71a42a12b861</id>
  <committed-date>2009-06-10T14:10:05-07:00</committed-date>
  <authored-date>2009-06-10T14:10:05-07:00</authored-date>
  <message>can() works, start profiling</message>
  <tree>4d69af6634b061bbd8c43f0c7b7b6ae47d0c54d9</tree>
  <committer>
    <name>brian d foy</name>
    <email>brian.d.foy@gmail.com</email>
  </committer>
</commit>
